pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.45,1.46 editor.hx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.45,1.46 editor.hxx,1.23,1.24 editor_event.cxx,1.47,1.48 surface_selector.cxx,1.6,1.7
Date: 19 Feb 2003 09:50:38 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv22817/editor

Modified Files:
        editor.cxx editor.hxx editor_event.cxx surface_selector.cxx 
Log Message:
moved a whole bunch of files around


Index: editor.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.cxx,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- editor.cxx  18 Feb 2003 17:04:13 -0000      1.45
+++ editor.cxx  19 Feb 2003 09:50:36 -0000      1.46
@@ -29,7 +29,7 @@
 #include <ClanLib/GUI/stylemanager_default.h>
 
 #include "../globals.hxx"
-#include "../display.hxx"
+#include "../gui/display.hxx"
 #include "../pingus_resource.hxx"
 #include "../system.hxx"
 #include "../sound/sound.hxx"

Index: editor.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.hxx,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- editor.hxx  3 Dec 2002 00:51:19 -0000       1.23
+++ editor.hxx  19 Feb 2003 09:50:36 -0000      1.24
@@ -24,7 +24,7 @@
 #include <vector>
 #include <ClanLib/Signals/slot.h>
 
-#include "../screen.hxx"
+#include "../gui/screen.hxx"
 #include "editor_help_screen.hxx"
 
 class CL_StyleManager_Default;

Index: editor_event.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor_event.cxx,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- editor_event.cxx    18 Feb 2003 00:13:13 -0000      1.47
+++ editor_event.cxx    19 Feb 2003 09:50:36 -0000      1.48
@@ -47,7 +47,7 @@
 #include "level_property_window.hxx"
 #include "level_resizer.hxx"
 #include "object_selector_window.hxx"
-#include "../screen_manager.hxx"
+#include "../gui/screen_manager.hxx"
 #include "editor_view.hxx"
 
 namespace EditorNS {

Index: surface_selector.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/surface_selector.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- surface_selector.cxx        29 Dec 2002 23:29:01 -0000      1.6
+++ surface_selector.cxx        19 Feb 2003 09:50:36 -0000      1.7
@@ -21,7 +21,7 @@
 #include <ClanLib/Core/System/system.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Input/mouse.h>
-#include "../display.hxx"
+#include "../gui/display.hxx"
 #include "../pingus_resource.hxx"
 #include "surface_selector.hxx"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]