Number Crush  1.0
..
Functions
params.cpp File Reference
#include <string>
#include <fstream>
#include <iostream>
#include "Correc_prof/params.h"
#include "game.h"
Include dependency graph for params.cpp:

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...
 

Function Documentation

void InitParams ( CMyParam Param)

Initialize the set of parameters from scratch.

Parameters
[out]Param: List of usefull parameters

Definition at line 11 of file params.cpp.

Here is the caller graph for this function:

void LoadParams ( CMyParam Param)

Load the set of parameters from a YAML file.

Parameters
[out]Param: List of usefull parameters

Definition at line 30 of file params.cpp.

Here is the caller graph for this function: