- Timestamp:
- Apr 12, 2018, 4:16:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/src/orxonox/Level.h
r11855 r11861 87 87 88 88 inline void setScript(const std::string &script) 89 { this->level_script_ = script; } 89 { 90 orxout(internal_warning) << "hi world" << endl; 91 this->level_script_ = script; } 90 92 91 93
Note: See TracChangeset
for help on using the changeset viewer.