Changeset 10210 in orxonox.OLD
- Timestamp:
- Jan 10, 2007, 2:20:27 PM (18 years ago)
- Location:
- branches/camera/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/world_entities/blackscreen.cc
r10207 r10210 19 19 #include "util/loading/factory.h" 20 20 #include "util/loading/load_param.h" 21 22 23 21 #include "blackscreen.h" 24 22 #include "debug.h" 23 #include "material.h" 24 #include "state.h" 25 #include "class_id_DEPRECATED.h" 25 26 26 27 #include "material.h"28 29 #include "state.h"30 31 32 33 #include "class_id_DEPRECATED.h"34 27 ObjectListDefinition(blackscreen); 35 28 CREATE_FACTORY(blackscreen); -
branches/camera/src/world_entities/blackscreen.h
r10207 r10210 3 3 4 4 #include "world_entity.h" 5 #include "p_node.h" 5 6 6 7 7 class TiXmlElement; 8 8 class Material; 9 9 10 class blackscreen : public PNode, publicWorldEntity10 class blackscreen : public WorldEntity 11 11 { 12 12 ObjectListDeclaration(blackscreen);
Note: See TracChangeset
for help on using the changeset viewer.