Changeset 708 for code/branches/FICN/src/orxonox/GraphicsEngine.cc
- Timestamp:
- Dec 28, 2007, 10:30:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/GraphicsEngine.cc
r679 r708 65 65 #endif*/ 66 66 #if defined(_DEBUG) && defined(WIN32) 67 std::string plugin_filename = "plugins_d.cfg";67 String plugin_filename = "plugins_d.cfg"; 68 68 #else 69 std::string plugin_filename = "plugins.cfg";69 String plugin_filename = "plugins.cfg"; 70 70 #endif 71 71 root_ = new Root(plugin_filename); … … 100 100 } 101 101 102 void GraphicsEngine::loadRessourceLocations( std::string dataPath)102 void GraphicsEngine::loadRessourceLocations(String dataPath) 103 103 { 104 104 //TODO: Specify layout of data file and maybe use xml-loader
Note: See TracChangeset
for help on using the changeset viewer.