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