Changeset 5304 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Oct 7, 2005, 3:28:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/class_id.h
r5261 r5304 161 161 CL_TEXT = 0x00b01801, 162 162 CL_FONT = 0x00000802, 163 CL_MATERIAL = 0x00000803, 164 CL_MODEL = 0x00000804, //!< @todo make this a SUBCLASS maybe 165 CL_OBJMODEL = 0x00000805, 166 CL_PROMITIVE_MODEL = 0x00000806, 167 CL_MD2Model = 0x00000807, 168 CL_LIGHT = 0x00000808, 169 CL_PARTICLE_EMITTER = 0x00000809, 163 CL_TEXTURE = 0x00000803, 164 CL_MATERIAL = 0x00000804, 165 CL_MODEL = 0x00000805, //!< @todo make this a SUBCLASS maybe 166 CL_OBJMODEL = 0x00000806, 167 CL_PROMITIVE_MODEL = 0x00000807, 168 CL_MD2Model = 0x00000808, 169 CL_LIGHT = 0x00000809, 170 CL_PARTICLE_EMITTER = 0x0000080a, 170 171 CL_PARTICLE_SYSTEM = 0x0000080a, 171 172 CL_ENVIRONMENT = 0x00000810,
Note: See TracChangeset
for help on using the changeset viewer.