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/quest/QuestManager.cc

    r3158 r3180  
    3434#include "QuestManager.h"
    3535
     36#include "util/Exception.h"
    3637#include "core/CoreIncludes.h"
    37 #include "core/ConsoleCommand.h"
    38 #include "core/input/InputManager.h"
    39 
    4038#include "gui/GUIManager.h"
     39
    4140#include "objects/infos/PlayerInfo.h"
     41#include "objects/infos/PlayerInfo.h"
     42#include "overlays/GUIOverlay.h"
    4243#include "Quest.h"
    4344#include "QuestHint.h"
     45#include "QuestItem.h"
    4446
    4547namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.