Civilization
CardsEnum.hpp
1 // Generated by dia2code
2 #ifndef SHARED__CARDSENUM__H
3 #define SHARED__CARDSENUM__H
4 
5 
6 namespace shared {
7 
8  enum class CardsEnum {
9  culture,
10  science,
11  economy,
12  industry,
13  military,
14  notDefine
15  };
16 
17 };
18 
19 #endif