Number Crush
1.0
..
|
#include <string>
#include <fstream>
#include <iostream>
#include "Correc_prof/params.h"
#include "game.h"
Go to the source code of this file.
Functions | |
void | InitParams (CMyParam &Param) |
Initialize the set of parameters from scratch. More... | |
void | LoadParams (CMyParam &Param) |
Load the set of parameters from a YAML file. More... | |
void InitParams | ( | CMyParam & | Param | ) |
Initialize the set of parameters from scratch.
[out] | Param | : List of usefull parameters |
Definition at line 11 of file params.cpp.
void LoadParams | ( | CMyParam & | Param | ) |
Load the set of parameters from a YAML file.
[out] | Param | : List of usefull parameters |
Definition at line 30 of file params.cpp.