- 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/CompleteQuest.cc
r2280 r2346 42 42 #include "QuestManager.h" 43 43 #include "Quest.h" 44 #include "orxonox/overlays/notifications/Notification.h"45 44 46 45 namespace orxonox { … … 111 110 112 111 COUT(3) << "Quest {" << quest->getId() << "} successfully completed by player: " << 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.