Changeset 708 for code/branches/FICN/src/orxonox/objects/Skybox.cc
- Timestamp:
- Dec 28, 2007, 10:30:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/Skybox.cc
r614 r708 27 27 28 28 #include <OgreSceneManager.h> 29 #include <string>30 29 30 #include "tinyxml/tinyxml.h" 31 //#include "misc/Tokenizer.h" 32 //#include "misc/String2Number.h" 33 #include "misc/String.h" 31 34 #include "../Orxonox.h" 32 #include "../../tinyxml/tinyxml.h" 33 #include "../../misc/Tokenizer.h" 34 #include "../../misc/String2Number.h" 35 #include "../core/CoreIncludes.h" 35 36 #include "../core/Debug.h" 36 37 … … 56 57 if (xmlElem->Attribute("src")) 57 58 { 58 std::string skyboxSrc = xmlElem->Attribute("src");59 String skyboxSrc = xmlElem->Attribute("src"); 59 60 mgr->setSkyBox(true, skyboxSrc); 60 61
Note: See TracChangeset
for help on using the changeset viewer.