Changeset 2280 for code/branches/questsystem3/src/orxonox/objects/quest
- Timestamp:
- Nov 26, 2008, 5:38:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/objects/quest/CompleteQuest.cc
r2261 r2280 42 42 #include "QuestManager.h" 43 43 #include "Quest.h" 44 #include "orxonox/overlays/notifications/Notification.h" 44 45 45 46 namespace orxonox { … … 110 111 111 112 COUT(3) << "Quest {" << quest->getId() << "} successfully completed by player: " << player << " ." << std::endl; 113 Notification* notification = new Notification("Crazy Message...", "Title", 30); 114 notification->send(); 112 115 return true; 113 116 }
Note: See TracChangeset
for help on using the changeset viewer.