Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 9:34:07 PM (15 years ago)
Author:
rgrieder
Message:

Cleanup in pickup and quest (almost only cleaned the header file sections).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.cc

    r3157 r3180  
    3333
    3434#include "PickupSpawner.h"
     35
    3536#include "BaseItem.h"
    36 #include "PickupInventory.h"    // HACK; Only for hack, remove later
    37 #include "gui/GUIManager.h"     // HACK; see above
    3837
    3938#include "core/CoreIncludes.h"
     39#include "core/ObjectList.h"
     40#include "core/Template.h"
    4041#include "core/XMLPort.h"
    41 #include "core/Template.h"
     42#include "gui/GUIManager.h"     // HACK; see below
     43#include "objects/worldentities/pawns/Pawn.h"
     44#include "PickupInventory.h"    // HACK; Only for hack, remove later
    4245
    43 #include "objects/worldentities/pawns/Pawn.h"
    4446
    4547namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.