252 // ============================================================================= |
252 // ============================================================================= |
253 // Object type names. Pass the return value of getType as the index to get a |
253 // Object type names. Pass the return value of getType as the index to get a |
254 // string representation of the object's type. |
254 // string representation of the object's type. |
255 extern const char* g_saObjTypeNames[]; |
255 extern const char* g_saObjTypeNames[]; |
256 |
256 |
|
257 // Icons for these types |
|
258 extern const char* g_saObjTypeIcons[]; |
|
259 |
257 #endif |
260 #endif |