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