Changeset 9925 in orxonox.OLD for branches/network/src/world_entities/npcs/door.cc
- Timestamp:
- Nov 9, 2006, 7:20:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/npcs/door.cc
r9869 r9925 26 26 #include "door.h" 27 27 28 #include "class_id_DEPRECATED.h" 29 ObjectListDefinition ID(Door, CL_DOOR);28 29 ObjectListDefinition(Door); 30 30 CREATE_FACTORY(Door); 31 31
Note: See TracChangeset
for help on using the changeset viewer.