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.h

    • Property svn:eol-style set to native
    r5746 r5748  
    3636
    3737#include "questsystem/QuestsystemPrereqs.h"
     38
     39#include <list>
     40#include <map>
     41#include <string>
    3842#include <CEGUIForwardRefs.h>
    3943
    4044#include "core/OrxonoxClass.h"
    41 
    42 #include <map>
    43 #include <string>
    44 #include <list>
    4545
    4646namespace orxonox {
     
    9595           
    9696            PlayerInfo* player_; //!< The player that owns the GUI.
    97             CEGUI::WindowManager* windowManager_; //!< The CEGUI WindowManager. //TDO: needed?
     97            CEGUI::WindowManager* windowManager_; //!< The CEGUI WindowManager. //TODO: needed?
    9898            CEGUI::Window* rootWindow_; //!< The root CEGUI Window of the GUI.
    9999
Note: See TracChangeset for help on using the changeset viewer.