Changeset 5849 in orxonox.OLD for branches/spaceshipcontrol
- Timestamp:
- Dec 1, 2005, 4:54:32 PM (19 years ago)
- Location:
- branches/spaceshipcontrol/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/Makefile.am
r5838 r5849 8 8 camera.cc \ 9 9 playable.cc \ 10 player.cc \ 10 11 npc.cc \ 11 12 npc2.cc \ … … 37 38 camera.h \ 38 39 playable.h \ 40 player.h \ 39 41 npc.h \ 40 42 npc2.h \ -
branches/spaceshipcontrol/src/world_entities/player.cc
r5847 r5849 14 14 */ 15 15 16 #include "executor/executor.h"17 16 #include "player.h" 18 17 19 #include "track_manager.h"20 #include "objModel.h"21 #include "resource_manager.h"22 18 #include "factory.h" 23 24 #include "weapons/weapon_manager.h"25 #include "weapons/test_gun.h"26 #include "weapons/turret.h"27 #include "weapons/cannon.h"28 19 29 20 #include "list.h" … … 39 30 /** 40 31 * creates a new Player 41 * @param isFree if the player is free42 32 */ 43 33 Player::Player() … … 54 44 } 55 45 56 //#include "glgui_pushbutton.h"57 46 58 47 /**
Note: See TracChangeset
for help on using the changeset viewer.