Changeset 10651 in orxonox.OLD for branches/vs-enhencements
- Timestamp:
- May 10, 2007, 4:16:23 PM (18 years ago)
- Location:
- branches/vs-enhencements/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/util/track/action_box.h
r10642 r10651 23 23 bool isPointInBox( const Vector& pos ); 24 24 25 float getWidth_2(){ return width_2; } 26 float getHeight_2(){ return height_2; } 27 float getDepth(){ return depth; } 28 float getStretch(){ return stretch; } 29 25 30 private: 26 31 void updatePlanes(); -
branches/vs-enhencements/src/world_entities/WorldEntities.am
r10649 r10651 13 13 world_entities/npcs/attractor_mine.cc \ 14 14 world_entities/npcs/mover.cc \ 15 world_entities/npcs/actionbox_enemy.cc \ 15 16 \ 16 17 \ … … 151 152 npcs/attractor_mine.h \ 152 153 npcs/mover.h \ 154 npcs/actionbox_enemy.h \ 153 155 \ 154 156 environments/environment.h \
Note: See TracChangeset
for help on using the changeset viewer.