Revision: 1588
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1588&view=rev
Author:   aperion
Date:     2011-01-20 06:38:06 +0000 (Thu, 20 Jan 2011)

Log Message:
-----------
cleanup mygui include to baselayout.h

Modified Paths:
--------------
    trunk/source/main/Console.h
    trunk/source/main/LoadingWindow.h
    trunk/source/main/MapControl.h
    trunk/source/main/MapEntity.h
    trunk/source/main/SelectorWindow.h

Property Changed:
----------------
    trunk/
    trunk/bin/
    trunk/source/viewer/


Property changes on: trunk
___________________________________________________________________
Modified: svn:ignore
   - CMakeFiles
cmake_install.cmake
Makefile
CMakeCache.txt
CPackConfig.cmake
EnabledFeatures.txt
CPackSourceConfig.cmake
CMakeTmp

   + CMakeFiles
cmake_install.cmake
Makefile
CMakeCache.txt
CPackConfig.cmake
EnabledFeatures.txt
CPackSourceConfig.cmake
CMakeTmp

.project

.cproject



Property changes on: trunk/bin
___________________________________________________________________
Modified: svn:ignore
   - CMakeFiles
cmake_install.cmake
Makefile


   + CMakeFiles
cmake_install.cmake
Makefile


RoR

plugins.cfg

rorconfig


Modified: trunk/source/main/Console.h
===================================================================
--- trunk/source/main/Console.h 2011-01-18 15:20:59 UTC (rev 1587)
+++ trunk/source/main/Console.h 2011-01-20 06:38:06 UTC (rev 1588)
@@ -23,7 +23,7 @@
 #define __CONSOLE_H__
 
 #include "Singleton.h"
-#include <BaseLayout.h>
+#include "mygui/BaseLayout.h"
 #include "rormemory.h"
 #include <OgreLog.h>
 #include <pthread.h>

Modified: trunk/source/main/LoadingWindow.h
===================================================================
--- trunk/source/main/LoadingWindow.h   2011-01-18 15:20:59 UTC (rev 1587)
+++ trunk/source/main/LoadingWindow.h   2011-01-20 06:38:06 UTC (rev 1588)
@@ -23,7 +23,7 @@
 #define __LOADPROGRESS_H__
 
 #include "Singleton.h"
-#include <BaseLayout.h>
+#include "mygui/BaseLayout.h"
 #include <Ogre.h>
 
 ATTRIBUTE_CLASS_LAYOUT(LoadingWindow, "LoadingWindow.layout");

Modified: trunk/source/main/MapControl.h
===================================================================
--- trunk/source/main/MapControl.h      2011-01-18 15:20:59 UTC (rev 1587)
+++ trunk/source/main/MapControl.h      2011-01-20 06:38:06 UTC (rev 1588)
@@ -27,7 +27,7 @@
 #include "OgreTextAreaOverlayElement.h"
 #include <vector>
 #include <MyGUI.h>
-#include <BaseLayout.h>
+#include "mygui/BaseLayout.h"
 #include "rormemory.h"
 
 class MapEntity;

Modified: trunk/source/main/MapEntity.h
===================================================================
--- trunk/source/main/MapEntity.h       2011-01-18 15:20:59 UTC (rev 1587)
+++ trunk/source/main/MapEntity.h       2011-01-20 06:38:06 UTC (rev 1588)
@@ -23,7 +23,7 @@
 #define __MAP_ENTITY_H__
 
 #include <Ogre.h>
-#include <BaseLayout.h>
+#include "mygui/BaseLayout.h"
 
 class MapControl;
 

Modified: trunk/source/main/SelectorWindow.h
===================================================================
--- trunk/source/main/SelectorWindow.h  2011-01-18 15:20:59 UTC (rev 1587)
+++ trunk/source/main/SelectorWindow.h  2011-01-20 06:38:06 UTC (rev 1588)
@@ -23,7 +23,7 @@
 #define __SELECTOR_WINDOW_H__
 
 #include "Singleton.h"
-#include <BaseLayout.h>
+#include "mygui/BaseLayout.h"
 #include <Ogre.h>
 #include "skin.h"
 


Property changes on: trunk/source/viewer
___________________________________________________________________
Added: svn:ignore
   + CMakeFiles
cmake_install.cmake
Makefile



This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to