- Timestamp:
- Dec 5, 2008, 7:38:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc
r2328 r2346 42 42 43 43 #include "orxonox/objects/infos/PlayerInfo.h" 44 #include "orxonox/overlays/notifications/Notification.h"45 44 #include "QuestManager.h" 46 45 #include "Quest.h" … … 111 110 112 111 COUT(3) << "Quest {" << this->getQuestId() << "} successfully added to player." << std::endl; 113 Notification* notification = new Notification("Crazy Message...", "Title", 30);114 notification->send();115 112 return true; 116 113 }
Note: See TracChangeset
for help on using the changeset viewer.