Changeset 5748 for code/trunk/src/modules/questsystem/QuestGUI.h
- Timestamp:
- Sep 19, 2009, 11:57:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/QuestGUI.h
- Property svn:eol-style set to native
r5746 r5748 36 36 37 37 #include "questsystem/QuestsystemPrereqs.h" 38 39 #include <list> 40 #include <map> 41 #include <string> 38 42 #include <CEGUIForwardRefs.h> 39 43 40 44 #include "core/OrxonoxClass.h" 41 42 #include <map>43 #include <string>44 #include <list>45 45 46 46 namespace orxonox { … … 95 95 96 96 PlayerInfo* player_; //!< The player that owns the GUI. 97 CEGUI::WindowManager* windowManager_; //!< The CEGUI WindowManager. //T DO: needed?97 CEGUI::WindowManager* windowManager_; //!< The CEGUI WindowManager. //TODO: needed? 98 98 CEGUI::Window* rootWindow_; //!< The root CEGUI Window of the GUI. 99 99
Note: See TracChangeset
for help on using the changeset viewer.