EnumTable
::
Enums
EnumTable::Enums Struct Reference
#include <console.h>
List of all members.
Detailed Description
This represents a specific item in the enumeration.
Public Attributes
S32
index
Index label maps to.
const char *
label
Label for this index.
Member Data Documentation
S32
EnumTable::Enums::index
Index label maps to.
const char*
EnumTable::Enums::label
Label for this index.