pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src plt_xml.hxx,1.5,1.6 worldobj_data_fac


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src plt_xml.hxx,1.5,1.6 worldobj_data_factory.cxx,1.18,1.19
Date: 16 Sep 2002 20:52:24 -0000

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

Modified Files:
        plt_xml.hxx worldobj_data_factory.cxx 
Log Message:
splitted some more backgrounds


Index: plt_xml.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plt_xml.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- plt_xml.hxx 6 Sep 2002 17:33:29 -0000       1.5
+++ plt_xml.hxx 16 Sep 2002 20:52:22 -0000      1.6
@@ -21,7 +21,9 @@
 #define HEADER_PINGUS_PLT_XML_HXX
 
 #include <map>
-#include "backgrounds/surface_background_data.hxx"
+#include "worldobjsdata/surface_background_data.hxx"
+
+using WorldObjsData::SurfaceBackgroundData;
 
 class PLTXML
 {

Index: worldobj_data_factory.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj_data_factory.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- worldobj_data_factory.cxx   16 Sep 2002 20:31:09 -0000      1.18
+++ worldobj_data_factory.cxx   16 Sep 2002 20:52:22 -0000      1.19
@@ -22,8 +22,6 @@
 #include "pingus_error.hxx"
 
 // Backgrounds
-#include "backgrounds/surface_background_data.hxx"
-#include "backgrounds/starfield_background.hxx"
 #include "backgrounds/thunderstorm_background_data.hxx"
 
 // Special Objects
@@ -44,6 +42,8 @@
 #include "worldobjsdata/smasher_data.hxx"
 #include "worldobjsdata/solid_color_background_data.hxx"
 #include "worldobjsdata/spike_data.hxx"
+#include "worldobjsdata/starfield_background_data.hxx"
+#include "worldobjsdata/surface_background_data.hxx"
 #include "worldobjsdata/switch_door_data.hxx"
 #include "worldobjsdata/teleporter_data.hxx"
 #include "worldobjsdata/rain_generator_data.hxx"





reply via email to

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