Changeset 9657
- Timestamp:
- Aug 16, 2013, 11:28:34 PM (11 years ago)
- Location:
- code/branches/core6/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/docking/DockingAnimation.cc
r9629 r9657 39 39 namespace orxonox 40 40 { 41 RegisterAbstractClass(DockingAnimation).inheritsFrom(Class(BaseObject)); 42 41 43 DockingAnimation::DockingAnimation(Context* context) : BaseObject(context) 42 44 { -
code/branches/core6/src/modules/overlays/hud/HUDBar.cc
r9638 r9657 66 66 67 67 unsigned int HUDBar::materialcount_s = 0; 68 69 RegisterClass(HUDBar); 68 70 69 71 HUDBar::HUDBar(Context* context) -
code/branches/core6/src/modules/pickup/CollectiblePickup.cc
r9348 r9657 38 38 #include "PickupCollection.h" 39 39 40 namespace orxonox { 40 namespace orxonox 41 { 42 RegisterAbstractClass(CollectiblePickup).inheritsFrom(Class(Pickupable)); 41 43 42 44 /** -
code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.cc
r9629 r9657 42 42 namespace orxonox 43 43 { 44 RegisterClassNoArgs(BasicProjectile); 45 44 46 /** 45 47 @brief -
code/branches/core6/src/orxonox/chat/ChatManager.cc
r8858 r9657 113 113 // ChatListener // 114 114 ////////////////////////////////////////////////////////////////////////// 115 RegisterAbstractClass(ChatListener).inheritsFrom(Class(Listable)); 115 116 116 117 ChatListener::ChatListener() -
code/branches/core6/src/orxonox/sound/BaseSound.cc
r8858 r9657 43 43 namespace orxonox 44 44 { 45 RegisterAbstractClass(BaseSound).inheritsFrom(Class(Listable)); 46 45 47 BaseSound::BaseSound() 46 48 : bPooling_(false)
Note: See TracChangeset
for help on using the changeset viewer.