Changeset 1899 in orxonox.OLD for orxonox/trunk/core/world.h
- Timestamp:
- May 20, 2004, 1:03:53 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/world.h
r1896 r1899 6 6 7 7 #include <stdlib.h> 8 #include <cmath> 8 9 9 10 #include "npc.h" … … 48 49 envList* lastEnv; 49 50 50 /* a list of all shoot-amental objects */ 51 struct shootList { 52 shootList* next; 53 ShootLaser* shoot; 54 int number; 55 }; 56 shootList* lastShoot; 51 57 52 58 53 … … 63 58 bool removeNPC(NPC* npc); 64 59 bool addEnv(Environment* env); 65 bool addShoot(ShootLaser* shoot);66 60 67 61 void drawWorld(void); 68 62 void initEnvironement(void); 69 63 void updateWorld(void); 64 void detectCollision(void); 70 65 void testThaTest(void); 71 66
Note: See TracChangeset
for help on using the changeset viewer.