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/QuestGUI.cc

    • Property svn:eol-style set to native
    r5746 r5748  
    3030
    3131#include <sstream>
     32#include <CEGUIWindow.h>
     33#include <CEGUIWindowManager.h>
    3234
    3335#include "core/CoreIncludes.h"
    34 #include "core/GUIManager.h"
    35 #include "infos/PlayerInfo.h"
    3636#include "Quest.h"
    3737#include "QuestHint.h"
    38 #include "QuestDescription.h" //Debug
    3938#include "QuestItem.h"
    4039#include "QuestGUINode.h"
    4140#include "QuestManager.h"
    42 
    43 #include <CEGUIWindow.h>
    44 #include <CEGUIWindowManager.h>
    4541
    4642namespace orxonox {
Note: See TracChangeset for help on using the changeset viewer.