Changeset 39 for abuse/trunk/src/include/objects.hpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/include/objects.hpp
r18 r39 37 37 38 38 #define TOTAL_OBJECT_VARS 28 39 struct obj_desc { char *name; int type; } ;39 struct obj_desc { char const *name; int type; } ; 40 40 extern obj_desc object_descriptions[TOTAL_OBJECT_VARS]; 41 41 int RC_type_size(int type);
Note: See TracChangeset
for help on using the changeset viewer.