Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5849 in orxonox.OLD for branches/spaceshipcontrol/src


Ignore:
Timestamp:
Dec 1, 2005, 4:54:32 PM (19 years ago)
Author:
snellen
Message:

player.cc and player.h updated (both files in ../src/world_entities)

Location:
branches/spaceshipcontrol/src/world_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/Makefile.am

    r5838 r5849  
    88                  camera.cc \
    99                  playable.cc \
     10                  player.cc \
    1011                  npc.cc \
    1112                  npc2.cc \
     
    3738                 camera.h \
    3839                 playable.h \
     40                 player.h \
    3941                 npc.h \
    4042                 npc2.h \
  • branches/spaceshipcontrol/src/world_entities/player.cc

    r5847 r5849  
    1414*/
    1515
    16 #include "executor/executor.h"
    1716#include "player.h"
    1817
    19 #include "track_manager.h"
    20 #include "objModel.h"
    21 #include "resource_manager.h"
    2218#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"
    2819
    2920#include "list.h"
     
    3930/**
    4031 * creates a new Player
    41  * @param isFree if the player is free
    4232*/
    4333Player::Player()
     
    5444}
    5545
    56 //#include "glgui_pushbutton.h"
    5746
    5847/**
Note: See TracChangeset for help on using the changeset viewer.