Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2009, 11:57:28 PM (15 years ago)
Author:
rgrieder
Message:

In quest system:

  • Build fix (non-void function must return a value)
  • Removed some header files to reduce compile time
  • svn:eol-style "native" for the added files
  • removed svn:executable property from QuestNotification.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/QuestManager.cc

    r5745 r5748  
    3434#include "QuestManager.h"
    3535
     36#include <CEGUIWindow.h>
     37
    3638#include "util/Exception.h"
    3739#include "core/CoreIncludes.h"
    3840#include "core/GUIManager.h"
    3941#include "core/ConsoleCommand.h"
    40 #include "core/input/InputManager.h" //TDO: Necessary?
    41 #include <CEGUIWindow.h>
     42#include "infos/PlayerInfo.h"
    4243#include "overlays/GUIOverlay.h"
    4344
    44 #include "infos/PlayerInfo.h"
    4545#include "Quest.h"
    4646#include "QuestHint.h"
    47 #include "QuestItem.h" //TDO: Necessary?
     47#include "QuestItem.h"
    4848
    4949namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.