Number Crush  1.0
..
Public Attributes | List of all members
CMyParam Struct Reference

Struct containing all the game's parameters. More...

#include <type.h>

Public Attributes

std::map< std::string, char > MapParamChar
 
std::map< std::string, unsigned > MapParamUnsigned
 
std::map< std::string, std::string > MapParamString
 

Detailed Description

Struct containing all the game's parameters.

Definition at line 35 of file type.h.

Member Data Documentation

std::map<std::string, char> CMyParam::MapParamChar

List of parameters of type char

Definition at line 37 of file type.h.

std::map<std::string, std::string> CMyParam::MapParamString

List of parameters of type string

Definition at line 41 of file type.h.

std::map<std::string, unsigned> CMyParam::MapParamUnsigned

List of parameters of type unsigned

Definition at line 39 of file type.h.


The documentation for this struct was generated from the following file: