Changeset 11278 for code/branches/mac_HS16/src
- Timestamp:
- Nov 8, 2016, 9:05:10 AM (8 years ago)
- Location:
- code/branches/mac_HS16/src
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_HS16/src/external/tolua/CMakeLists.txt
r11251 r11278 35 35 SET(TOLUA_PARSER_DEPENDENCIES 36 36 toluaapp_orxonox 37 ${CMAKE_CURRENT_SOURCE_DIR}/tolua++.h38 37 ${CMAKE_CURRENT_SOURCE_DIR}/all-5.1.lua 39 38 ${CMAKE_CURRENT_SOURCE_DIR}/lua/compat-5.1.lua -
code/branches/mac_HS16/src/orxonox/worldentities/Actionpoint.cc
r11052 r11278 31 31 namespace orxonox 32 32 { 33 RegisterClass(Actionpoint); 33 // RegisterClass(Actionpoint); ? 34 34 35 35 Actionpoint::Actionpoint(Context* context) : StaticEntity(context) 36 36 { 37 RegisterObject(Actionpoint);37 // RegisterObject(Actionpoint); 38 38 39 39 this->actionName_ = "";
Note: See TracChangeset
for help on using the changeset viewer.