Changeset 1841 for code/trunk/src/orxonox
- Timestamp:
- Sep 28, 2008, 1:15:26 AM (16 years ago)
- Location:
- code/trunk/src/orxonox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/OrxonoxStableHeaders.h
r1810 r1841 79 79 #include "util/String.h" 80 80 #include "util/SubString.h" 81 #include "util/XMLIncludes.h"82 81 83 82 #include "core/BaseObject.h" … … 87 86 #include "core/CommandExecutor.h" 88 87 #include "core/Executor.h" 88 #include "core/XMLIncludes.h" 89 89 #include "core/XMLPort.h" 90 90 -
code/trunk/src/orxonox/gui/OgreCEGUIRenderer.h
r1784 r1841 38 38 #include <OgreTextureUnitState.h> 39 39 40 #if (OGRE_PLATFORM == OGRE_PLATFORM_WIN32) && !defined(OGRE_STATIC_LIB) 41 # ifdef OGRE_GUIRENDERER_EXPORTS 40 /** CHANGES MADE BY ORXONOX TO FIT DLL IMPORT/EXPORT **/ 41 #if (OGRE_PLATFORM == OGRE_PLATFORM_WIN32) && !(defined(ORXONOX_STATIC_BUILD) || defined(ORXONOX_NO_EXPORTS)) 42 # ifdef ORXONOX_SHARED_BUILD 42 43 # define OGRE_GUIRENDERER_API __declspec(dllexport) 43 44 # else -
code/trunk/src/orxonox/objects/WorldEntity.h
r1755 r1841 35 35 #include <OgreSceneNode.h> 36 36 #include "util/Math.h" 37 #include "util/XMLIncludes.h"38 37 #include "network/Synchronisable.h" 38 #include "core/XMLIncludes.h" 39 39 #include "core/BaseObject.h" 40 40 #include "Tickable.h" 41 #include " ../tools/Mesh.h"41 #include "tools/Mesh.h" 42 42 43 43 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.