Changeset 9715 in orxonox.OLD for branches/new_class_id/src/world_entities/npcs/npc.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/npcs/npc.h
r9705 r9715 8 8 9 9 class NPC : public WorldEntity { 10 NewObjectListDeclaration(NPC);10 ObjectListDeclaration(NPC); 11 11 public: 12 12 NPC (const TiXmlElement* root);
Note: See TracChangeset
for help on using the changeset viewer.