- Timestamp:
- Nov 13, 2017, 5:25:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_HS17/src/orxonox/Level.h
r11549 r11562 57 57 MeshLodInformation* getLodInfo(std::string meshName) const; 58 58 59 inline ScriptableController *getScriptableController(void) 60 { return this->controller_.get(); } 61 59 62 60 63 private: … … 92 95 std::map<std::string,MeshLodInformation*> lodInformation_; 93 96 94 ScriptableController*controller_;97 std::unique_ptr<ScriptableController> controller_; 95 98 std::string level_script_; 96 99 };
Note: See TracChangeset
for help on using the changeset viewer.