ElementCategory_Invalid
This commit is contained in:
@@ -19,7 +19,8 @@ enum ElementCategory
|
|||||||
EC_GRAPHICS,
|
EC_GRAPHICS,
|
||||||
EC_SOUNDS,
|
EC_SOUNDS,
|
||||||
EC_OTHER,
|
EC_OTHER,
|
||||||
NUM_ElementCategory
|
NUM_ElementCategory,
|
||||||
|
ElementCategory_Invalid
|
||||||
};
|
};
|
||||||
#define FOREACH_ElementCategory( ec ) FOREACH_ENUM2( ElementCategory, ec )
|
#define FOREACH_ElementCategory( ec ) FOREACH_ENUM2( ElementCategory, ec )
|
||||||
const RString& ElementCategoryToString( ElementCategory ec );
|
const RString& ElementCategoryToString( ElementCategory ec );
|
||||||
|
|||||||
Reference in New Issue
Block a user