Changeset 11294 for code/branches/mac_HS16
- Timestamp:
- Nov 21, 2016, 11:18:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_HS16/src/orxonox/worldentities/Actionpoint.cc
r11278 r11294 27 27 */ 28 28 29 #include "core/CoreIncludes.h" 29 30 #include "Actionpoint.h" 30 31 31 32 namespace orxonox 32 33 { 33 // RegisterClass(Actionpoint); ? 34 RegisterClass(Actionpoint); 34 35 35 36 Actionpoint::Actionpoint(Context* context) : StaticEntity(context) 36 37 { 37 //RegisterObject(Actionpoint);38 RegisterObject(Actionpoint); 38 39 39 40 this->actionName_ = "";
Note: See TracChangeset
for help on using the changeset viewer.