Changeset 1858 in orxonox.OLD for orxonox/trunk/core/world.h
- Timestamp:
- May 5, 2004, 7:33:27 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/world.h
r1856 r1858 30 30 npcList* next; 31 31 NPC* npc; 32 int number; 32 33 }; 33 npcList* firstNPC;34 npcList* lastNPC; 34 35 35 36 bool addPlayer(Player* player); … … 39 40 bool removeNPC(NPC* npc); 40 41 42 43 void drawWorld(void); 44 void updateWorld(void); 41 45 void testThaTest(void); 42 46
Note: See TracChangeset
for help on using the changeset viewer.