Changeset 5748 for code/trunk/src/modules/questsystem/QuestManager.h
- Timestamp:
- Sep 19, 2009, 11:57:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/QuestManager.h
r5745 r5748 65 65 66 66 friend class ScopedSingleton<QuestManager, ScopeID::GSLevel>; 67 friend class QuestGUI; //T DO: better solution.67 friend class QuestGUI; //TODO: better solution. 68 68 //friend std::map<std::string, Quest*> & QuestGUI::getQuests(void); 69 69 … … 94 94 std::map<std::string, QuestHint*> hintMap_; //!< All QuestHints registered by their id's. 95 95 96 //T DO: Call destructor of QuestGUI's on destruction of QuestManager?96 //TODO: Call destructor of QuestGUI's on destruction of QuestManager? 97 97 std::map<PlayerInfo*, QuestGUI*> questGUIs_; //!< All GUI's registered by the players. 98 98
Note: See TracChangeset
for help on using the changeset viewer.