Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2009, 7:04:10 PM (15 years ago)
Author:
landauf
Message:

some small adjustments in all the new gametype classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gametypes/src/orxonox/objects/gametypes/UnderAttack.cc

    r3019 r3020  
    2121 *
    2222 *   Author:
    23  *      Fabian 'x3n' Landau
     23 *      Matthias Mock
    2424 *   Co-authors:
    2525 *      ...
     
    3232#include "core/CoreIncludes.h"
    3333#include "core/ConfigValueIncludes.h"
    34 #include "objects/Teamcolourable.h"
    35 #include "objects/worldentities/TeamSpawnPoint.h"
    3634#include "util/Convert.h"
     35#include "network/Host.h"
    3736
    38 #include "network/Host.h"
     37#include "objects/worldentities/pawns/Destroyer.h"
     38
    3939namespace orxonox
    4040{
     
    168168        }
    169169    }
    170 
    171170}
Note: See TracChangeset for help on using the changeset viewer.