CEGUIVersion.h   CEGUIVersion.h 
skipping to change at line 42 skipping to change at line 42
*************************************************************************/ *************************************************************************/
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
#ifndef _CEGUIVersion_h_ #ifndef _CEGUIVersion_h_
#define _CEGUIVersion_h_ #define _CEGUIVersion_h_
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// Define CEGUI version // Define CEGUI version
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
#define CEGUI_VERSION_MAJOR 0 #define CEGUI_VERSION_MAJOR 0
#define CEGUI_VERSION_MINOR 7 #define CEGUI_VERSION_MINOR 7
#define CEGUI_VERSION_PATCH 8 #define CEGUI_VERSION_PATCH 9
#endif // end of guard _CEGUIVersion_h_ #endif // end of guard _CEGUIVersion_h_
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 CEGUIWindowFactoryManager.h   CEGUIWindowFactoryManager.h 
skipping to change at line 39 skipping to change at line 39
************************************************************************** */ ************************************************************************** */
#ifndef _CEGUIWindowFactoryManager_h_ #ifndef _CEGUIWindowFactoryManager_h_
#define _CEGUIWindowFactoryManager_h_ #define _CEGUIWindowFactoryManager_h_
#include "CEGUIBase.h" #include "CEGUIBase.h"
#include "CEGUIString.h" #include "CEGUIString.h"
#include "CEGUISingleton.h" #include "CEGUISingleton.h"
#include "CEGUILogger.h" #include "CEGUILogger.h"
#include "CEGUIIteratorBase.h" #include "CEGUIIteratorBase.h"
#include "CEGUIWindowFactory.h" #include "CEGUIWindowFactory.h"
#include "CEGUIExceptions.h"
#include <map> #include <map>
#include <vector> #include <vector>
#if defined(_MSC_VER) #if defined(_MSC_VER)
# pragma warning(push) # pragma warning(push)
# pragma warning(disable : 4275) # pragma warning(disable : 4275)
# pragma warning(disable : 4251) # pragma warning(disable : 4251)
#endif #endif
// Start of CEGUI namespace section // Start of CEGUI namespace section
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/