pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src input_debug_screen.hxx,1.2,1.3 worldo


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src input_debug_screen.hxx,1.2,1.3 worldobj_data_factory.cxx,1.7,1.8
Date: 11 Sep 2002 15:27:21 -0000

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

Modified Files:
        input_debug_screen.hxx worldobj_data_factory.cxx 
Log Message:
splitted SwitchDoor


Index: input_debug_screen.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input_debug_screen.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input_debug_screen.hxx      5 Sep 2002 12:24:02 -0000       1.2
+++ input_debug_screen.hxx      11 Sep 2002 15:27:19 -0000      1.3
@@ -20,7 +20,6 @@
 #ifndef HEADER_PINGUS_INPUT_DEBUG_SCREEN_HXX
 #define HEADER_PINGUS_INPUT_DEBUG_SCREEN_HXX
 
-#include "pingus.hxx"
 #include "screen.hxx"
 
 class InputDebugScreen : public Screen

Index: worldobj_data_factory.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj_data_factory.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- worldobj_data_factory.cxx   10 Sep 2002 21:03:32 -0000      1.7
+++ worldobj_data_factory.cxx   11 Sep 2002 15:27:19 -0000      1.8
@@ -28,7 +28,6 @@
 #include "backgrounds/thunderstorm_background_data.hxx"
 
 // Special Objects
-#include "worldobjs/switch_door.hxx"
 #include "worldobjs/ice_block.hxx"
 #include "worldobjs/info_box.hxx"
 #include "worldobjs/conveyor_belt.hxx"
@@ -44,6 +43,7 @@
 #include "worldobjsdata/laser_exit_data.hxx"
 #include "worldobjsdata/smasher_data.hxx"
 #include "worldobjsdata/spike_data.hxx"
+#include "worldobjsdata/switch_door_data.hxx"
 #include "worldobjsdata/teleporter_data.hxx"
 
 using namespace WorldObjsData;





reply via email to

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