Changeset 9659 for code/branches/core6/src/modules
- Timestamp:
- Aug 18, 2013, 4:57:51 PM (11 years ago)
- Location:
- code/branches/core6/src/modules
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/designtools/ScreenshotManager.cc
r9579 r9659 69 69 ScreenshotManager::ScreenshotManager() : finalPicturePB_(NULL), data_(NULL) 70 70 { 71 Register RootObject(ScreenshotManager);71 RegisterObject(ScreenshotManager); 72 72 73 73 this->setConfigValues(); -
code/branches/core6/src/modules/designtools/SkyboxGenerator.cc
r9558 r9659 68 68 SkyboxGenerator::SkyboxGenerator() 69 69 { 70 Register RootObject(SkyboxGenerator);70 RegisterObject(SkyboxGenerator); 71 71 72 72 this->setConfigValues(); -
code/branches/core6/src/modules/notifications/NotificationManager.cc
r8858 r9659 55 55 NotificationManager::NotificationManager() 56 56 { 57 Register RootObject(NotificationManager);57 RegisterObject(NotificationManager); 58 58 59 59 orxout(internal_info, context::notifications) << "NotificatioManager created." << endl; -
code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.cc
r9657 r9659 50 50 BasicProjectile::BasicProjectile() 51 51 { 52 Register RootObject(BasicProjectile);// Register the BasicProjectile class to the core52 RegisterObject(BasicProjectile);// Register the BasicProjectile class to the core 53 53 54 54 this->bDestroy_ = false;
Note: See TracChangeset
for help on using the changeset viewer.