pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/gui Makefile.am,1.2,1.3 gui_manager.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui Makefile.am,1.2,1.3 gui_manager.cxx,1.18,1.19
Date: 19 Feb 2003 09:50:38 -0000

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

Modified Files:
        Makefile.am gui_manager.cxx 
Log Message:
moved a whole bunch of files around


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 28 Sep 2002 22:24:24 -0000      1.2
+++ Makefile.am 19 Feb 2003 09:50:36 -0000      1.3
@@ -18,12 +18,29 @@
 noinst_LIBRARIES = libpingus_gui.a
 
 libpingus_gui_a_SOURCES =       \
-        component.hxx \
-       gui_manager.hxx \
+       cursor.cxx \
+       cursor.hxx \
+       display.cxx \
+       display.hxx \
+       display_graphic_context.cxx \
+       display_graphic_context.hxx \
+       game_delta.hxx \
        gui_manager.cxx \
-       root_gui_manager.hxx \
+       gui_manager.hxx \
+       gui_screen.cxx \
+       gui_screen.hxx \
+       input_debug_screen.cxx \
+       input_debug_screen.hxx \
        root_gui_manager.cxx \
-        surface_button.hxx \
-        surface_button.cxx
+       root_gui_manager.hxx \
+       screen.hxx \
+       screen_manager.cxx \
+       screen_manager.hxx \
+       screen_ptr.cxx \
+       screen_ptr.hxx \
+        component.hxx \
+        graphic_context.hxx \
+        surface_button.cxx \
+        surface_button.hxx
 
 # EOF #

Index: gui_manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/gui_manager.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gui_manager.cxx     20 Dec 2002 01:22:32 -0000      1.18
+++ gui_manager.cxx     19 Feb 2003 09:50:36 -0000      1.19
@@ -20,7 +20,7 @@
 #include "../debug.hxx"
 #include "../globals.hxx"
 #include "../input/event.hxx"
-#include "../game_delta.hxx"
+#include "game_delta.hxx"
 
 #include "gui_manager.hxx"
 





reply via email to

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