ElementCategory_Invalid

This commit is contained in:
Glenn Maynard
2006-10-07 04:45:08 +00:00
parent 4e83c166b9
commit 11c9cfc30a
+2 -1
View File
@@ -19,7 +19,8 @@ enum ElementCategory
EC_GRAPHICS,
EC_SOUNDS,
EC_OTHER,
NUM_ElementCategory
NUM_ElementCategory,
ElementCategory_Invalid
};
#define FOREACH_ElementCategory( ec ) FOREACH_ENUM2( ElementCategory, ec )
const RString& ElementCategoryToString( ElementCategory ec );