Changeset 1841 for code/trunk
- Timestamp:
- Sep 28, 2008, 1:15:26 AM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 11 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/BaseObject.h
r1747 r1841 41 41 #include "Super.h" 42 42 #include "OrxonoxClass.h" 43 #include " util/XMLIncludes.h"43 #include "XMLIncludes.h" 44 44 45 45 namespace orxonox -
code/trunk/src/core/Namespace.h
r1505 r1841 34 34 #include <map> 35 35 36 #include " util/XMLIncludes.h"36 #include "XMLIncludes.h" 37 37 #include "BaseObject.h" 38 38 -
code/trunk/src/core/Super.h
r1747 r1841 72 72 73 73 #include "util/Debug.h" 74 #include " util/XMLIncludes.h"74 #include "XMLIncludes.h" 75 75 76 76 /////////////////////// -
code/trunk/src/core/XMLIncludes.h
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/src/util/XMLIncludes.h merged eligible /code/branches/core3/src/util/XMLIncludes.h merged eligible /code/branches/gui/src/util/XMLIncludes.h merged eligible /code/branches/gcc43/src/util/XMLIncludes.h 1580 /code/branches/input/src/util/XMLIncludes.h 1629-1636
r1837 r1841 32 32 */ 33 33 34 #include " UtilPrereqs.h"34 #include "CorePrereqs.h" 35 35 36 36 //----------------------------------------------------------------------- -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/trunk/src/core/XMLPort.h
r1789 r1841 33 33 34 34 #include "util/Debug.h" 35 #include "util/XMLIncludes.h"36 35 #include "util/MultiType.h" 37 36 #include "tinyxml/ticpp.h" 37 #include "XMLIncludes.h" 38 38 #include "Executor.h" 39 39 #include "CoreIncludes.h" -
code/trunk/src/network/Synchronisable.h
r1751 r1841 34 34 #include <list> 35 35 #include "core/OrxonoxClass.h" 36 #include " util/XMLIncludes.h"36 #include "core/XMLIncludes.h" 37 37 #include "NetworkCallback.h" 38 38 -
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 -
code/trunk/src/util/Sleep.h
r1755 r1841 39 39 40 40 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32 41 42 #ifndef WIN32_LEAN_AND_MEAN 43 # define WIN32_LEAN_AND_MEAN 44 #endif 45 #include <windows.h> 41 #include <winbase.h> 46 42 47 43 inline void usleep(DWORD dwMicroseconds) -
code/trunk/visual_studio/vc8/core.vcproj
r1839 r1841 416 416 > 417 417 </File> 418 <File 419 RelativePath="..\..\src\core\XMLIncludes.h" 420 > 421 </File> 418 422 <Filter 419 423 Name="input" -
code/trunk/visual_studio/vc8/util.vcproj
r1839 r1841 262 262 > 263 263 </File> 264 <File265 RelativePath="..\..\src\util\XMLIncludes.h"266 >267 </File>268 264 </Filter> 269 265 </Files>
Note: See TracChangeset
for help on using the changeset viewer.