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/worldentities/pawns/Destroyer.cc

    r3019 r3020  
    2121 *
    2222 *   Author:
    23  *      Fabian 'x3n' Landau
     23 *      Matthias Mock
    2424 *   Co-authors:
    2525 *      ...
     
    3030#include "Destroyer.h"
    3131
    32 #include "BulletDynamics/Dynamics/btRigidBody.h"
    33 
    34 #include "util/Math.h"
    35 #include "util/Exception.h"
    3632#include "core/CoreIncludes.h"
    37 #include "core/ConfigValueIncludes.h"
    38 #include "core/Template.h"
    39 #include "core/XMLPort.h"
    40 #include "objects/items/Engine.h"
    4133#include "objects/gametypes/UnderAttack.h"
    4234
     
    5547        }
    5648    }
    57 
    5849}
Note: See TracChangeset for help on using the changeset viewer.