- Timestamp:
- Dec 3, 2008, 4:40:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc
r2261 r2328 42 42 43 43 #include "orxonox/objects/infos/PlayerInfo.h" 44 #include "orxonox/overlays/notifications/Notification.h" 44 45 #include "QuestManager.h" 45 46 #include "Quest.h" … … 110 111 111 112 COUT(3) << "Quest {" << this->getQuestId() << "} successfully added to 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.