Changeset 2026 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Oct 28, 2008, 3:06:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/Settings.cc
r2011 r2026 39 39 #include "core/CoreIncludes.h" 40 40 #include "core/ConfigValueIncludes.h" 41 #include "core/LuaBind.h" 41 42 42 43 namespace orxonox … … 81 82 COUT(2) << "Warning: Data path set to \"/\", is that really correct?" << std::endl; 82 83 } 84 85 LuaBind::getInstance()->setIncludePath(this->dataPath_); 83 86 } 84 87
Note: See TracChangeset
for help on using the changeset viewer.