Changeset 8688 for code/branches/unity_build/src/modules
- Timestamp:
- May 30, 2011, 6:51:00 PM (14 years ago)
- Location:
- code/branches/unity_build/src/modules
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/modules/notifications/NotificationManager.cc
r8079 r8688 47 47 #include "NotificationQueue.h" 48 48 49 #include "ToluaBindNotifications.h"50 51 49 namespace orxonox 52 50 { … … 54 52 const std::string NotificationManager::ALL("all"); 55 53 const std::string NotificationManager::NONE("none"); 56 57 // Register tolua_open function when loading the library.58 DeclareToluaInterface(Notifications);59 54 60 55 ManageScopedSingleton(NotificationManager, ScopeID::Root, false); -
code/branches/unity_build/src/modules/pickup/PickupManager.cc
r7801 r8688 49 49 #include "PickupRepresentation.h" 50 50 51 #include "ToluaBindPickup.h"52 53 51 namespace orxonox 54 52 { 55 // Register tolua_open function when loading the library56 DeclareToluaInterface(Pickup);57 58 53 ManageScopedSingleton(PickupManager, ScopeID::Root, false); 59 54 -
code/branches/unity_build/src/modules/questsystem/QuestManager.cc
r8079 r8688 47 47 #include "QuestItem.h" 48 48 49 #include "ToluaBindQuestsystem.h"50 51 49 namespace orxonox 52 50 { 53 // Register tolua_open function when loading the library54 DeclareToluaInterface(Questsystem);55 56 51 ManageScopedSingleton(QuestManager, ScopeID::Root, false); 57 52
Note: See TracChangeset
for help on using the changeset viewer.