Changeset 5648 for code/branches/libraries/src/orxonox/overlays
- Timestamp:
- Aug 14, 2009, 3:07:59 AM (15 years ago)
- Location:
- code/branches/libraries/src/orxonox/overlays
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/overlays/CMakeLists.txt
r5627 r5648 12 12 ADD_SUBDIRECTORY(debug) 13 13 ADD_SUBDIRECTORY(hud) 14 ADD_SUBDIRECTORY(notifications)15 14 ADD_SUBDIRECTORY(stats) 16 15 -
code/branches/libraries/src/orxonox/overlays/GUIOverlay.cc
r5617 r5648 36 36 #include "core/GUIManager.h" 37 37 #include "core/XMLPort.h" 38 #include "objects/quest/QuestManager.h"39 38 #include "objects/infos/PlayerInfo.h" 40 39 … … 84 83 { 85 84 this->guiName_ = name; 86 QuestManager::getInstance().setPlayer(name, orxonox_cast<PlayerInfo*>(this->getOwner()));85 GUIManager::getInstance().setPlayer(name, orxonox_cast<PlayerInfo*>(this->getOwner())); 87 86 } 88 87 } -
code/branches/libraries/src/orxonox/overlays/OverlaysPrereqs.h
r5630 r5648 72 72 class HUDHealthBar; 73 73 class HUDTimer; 74 class Notification;75 class NotificationListener;76 class NotificationManager;77 class NotificationOverlay;78 class NotificationQueue;79 74 class OrxonoxOverlay; 80 75 class OverlayGroup;
Note: See TracChangeset
for help on using the changeset viewer.