generated from AMay/CPlusPlusProjectTemplate
7 lines
102 B
C++
7 lines
102 B
C++
namespace encounter{
|
|
enum{
|
|
ENCOUNTER_1,
|
|
ENCOUNTER_2,
|
|
ENCOUNTER_3,
|
|
};
|
|
} |