Changeset 9716 in orxonox.OLD for branches/new_class_id/src/world_entities/elements
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (18 years ago)
- Location:
- branches/new_class_id/src/world_entities/elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/elements/image_entity.cc
r9715 r9716 30 30 31 31 32 #include "class_id .h"32 #include "class_id_DEPRECATED.h" 33 33 ObjectListDefinitionID(ImageEntity, CL_IMAGE_ENTITY); 34 34 CREATE_FACTORY(ImageEntity); -
branches/new_class_id/src/world_entities/elements/text_element.cc
r9715 r9716 27 27 28 28 29 #include "class_id .h"29 #include "class_id_DEPRECATED.h" 30 30 ObjectListDefinitionID(TextElement, CL_TEXT_ELEMENT); 31 31 CREATE_FACTORY(TextElement);
Note: See TracChangeset
for help on using the changeset viewer.