Changeset 9657 for code/branches/core6/src/modules
- Timestamp:
- Aug 16, 2013, 11:28:34 PM (11 years ago)
- Location:
- code/branches/core6/src/modules
- Files:
-
- 4 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
Note: See TracChangeset
for help on using the changeset viewer.