Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.