source:
code/branches/weaponsystem/src/ogreceguirenderer/changes_orxonox.diff
@
2948
Last change on this file since 2948 was 2710, checked in by rgrieder, 16 years ago | |
---|---|
|
|
File size: 2.6 KB |
-
OgreCEGUIRenderer.cpp
24 24 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 25 *************************************************************************/ 26 26 27 #include <CEGUI /CEGUIImagesetManager.h>28 #include <CEGUI /CEGUIImageset.h>29 #include <CEGUI /CEGUIImage.h>30 #include <CEGUI /CEGUIExceptions.h>31 #include <CEGUI /CEGUISystem.h>27 #include <CEGUIImagesetManager.h> 28 #include <CEGUIImageset.h> 29 #include <CEGUIImage.h> 30 #include <CEGUIExceptions.h> 31 #include <CEGUISystem.h> 32 32 33 33 #include "OgreCEGUIRenderer.h" 34 34 #include "OgreCEGUITexture.h" -
OgreCEGUIRenderer.h
29 29 #ifndef _OgreCEGUIRenderer_h_ 30 30 #define _OgreCEGUIRenderer_h_ 31 31 32 #include <CEGUI /CEGUIBase.h>33 #include <CEGUI /CEGUIRenderer.h>34 #include <CEGUI /CEGUITexture.h>32 #include <CEGUIBase.h> 33 #include <CEGUIRenderer.h> 34 #include <CEGUITexture.h> 35 35 36 36 #include <OgreRenderQueueListener.h> 37 37 #include <OgreSceneManagerEnumerator.h> -
OgreCEGUIResourceProvider.cpp
25 25 *************************************************************************/ 26 26 #include "OgreCEGUIResourceProvider.h" 27 27 28 #include <CEGUI /CEGUIExceptions.h>28 #include <CEGUIExceptions.h> 29 29 #include <OgreArchiveManager.h> 30 30 31 31 -
OgreCEGUIResourceProvider.h
26 26 #ifndef _OgreCEGUIResourceProvider_h_ 27 27 #define _OgreCEGUIResourceProvider_h_ 28 28 29 #include <CEGUI /CEGUIResourceProvider.h>29 #include <CEGUIResourceProvider.h> 30 30 #include "OgreCEGUIRenderer.h" 31 31 32 32 // Start of CEGUI namespace section -
OgreCEGUITexture.cpp
24 24 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 25 *************************************************************************/ 26 26 27 #include <CEGUI /CEGUISystem.h>28 #include <CEGUI /CEGUIExceptions.h>27 #include <CEGUISystem.h> 28 #include <CEGUIExceptions.h> 29 29 #include "OgreCEGUITexture.h" 30 30 #include "OgreCEGUIRenderer.h" 31 31 -
OgreCEGUITexture.h
26 26 #ifndef _OgreCEGUITexture_h_ 27 27 #define _OgreCEGUITexture_h_ 28 28 29 #include <CEGUI /CEGUIBase.h>30 #include <CEGUI /CEGUIRenderer.h>31 #include <CEGUI /CEGUITexture.h>29 #include <CEGUIBase.h> 30 #include <CEGUIRenderer.h> 31 #include <CEGUITexture.h> 32 32 #include "OgreCEGUIRenderer.h" 33 33 34 34 // Start of CEGUI namespace section
Note: See TracBrowser
for help on using the repository browser.