Merge branch 'fixes' into main/rendor-staging
[ryzomcore.git] / ryzom / common / src / game_share / enum_template.txt
blob46e6e2833f2a6e1572c725ccb066404fc6a79cd2
2 enum_template.h
3 enum_template.cpp
5 You can use those file to easily build new Enum from .typ
7 Simply replace (whith case sensitive but not whole word) in whole file:
9         enum_template
10         ENUM_TEMPLATE
11         EEnumTemplate
13 with the true name (eg: item_origin, ITEM_ORIGIN and EItemOrigin)
15 Then to add new enums, you must add them only in:
17         - the enum list in the .h, beetween UNKNOWN and NUM_....
18         - the StringArray list in the .cpp, with the same order as in the enum list