Changeset 5755 for code/trunk/src/modules
- Timestamp:
- Sep 20, 2009, 8:03:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/QuestManager.cc
r5748 r5755 40 40 #include "core/GUIManager.h" 41 41 #include "core/ConsoleCommand.h" 42 #include "core/LuaState.h" 42 43 #include "infos/PlayerInfo.h" 43 44 #include "overlays/GUIOverlay.h" 44 45 46 #include "ToluaBindQuestsystem.h" 45 47 #include "Quest.h" 46 48 #include "QuestHint.h" … … 49 51 namespace orxonox 50 52 { 53 // Register tolua_open function when loading the library 54 DeclareToluaInterface(Questsystem); 55 51 56 //! Pointer to the current (and single) instance of this class. 52 57 /*static*/ QuestManager* QuestManager::singletonPtr_s = NULL;
Note: See TracChangeset
for help on using the changeset viewer.