Changeset 11974 for code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller.h
- Timestamp:
- May 17, 2018, 4:04:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller.h
r11673 r11974 12 12 #include "worldentities/ControllableEntity.h" 13 13 #include "tools/Timer.h" 14 #include "Level.h" 14 15 15 16 struct lua_State; … … 31 32 { 32 33 public: 34 Level* level_ = nullptr; 33 35 /** 34 36 * @brief Run a lua script
Note: See TracChangeset
for help on using the changeset viewer.