pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/backgrounds solidcolor_background.hxx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/backgrounds solidcolor_background.hxx,1.1,1.2 starfield_background.hxx,1.1,1.2 surface_background_data.hxx,1.1,1.2 thunderstorm_background_data.hxx,1.1,1.2
Date: 23 Jun 2002 11:08:32 -0000

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

Modified Files:
        solidcolor_background.hxx starfield_background.hxx 
        surface_background_data.hxx thunderstorm_background_data.hxx 
Log Message:
- placed all those libxml fwd declarations in its own file
- some thumbnail cache tweaking

Index: solidcolor_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/solidcolor_background.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- solidcolor_background.hxx   12 Jun 2002 19:02:30 -0000      1.1
+++ solidcolor_background.hxx   23 Jun 2002 11:08:30 -0000      1.2
@@ -28,8 +28,7 @@
 #include "../editor/editor_view.hxx"
 #include "../boost/smart_ptr.hpp"
 
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
+#include "../libxmlfwd.hxx"
 
 class SolidColorBackgroundData : public WorldObjData
 {

Index: starfield_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/starfield_background.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- starfield_background.hxx    12 Jun 2002 19:02:30 -0000      1.1
+++ starfield_background.hxx    23 Jun 2002 11:08:30 -0000      1.2
@@ -25,8 +25,7 @@
 #include "../worldobj_data.hxx"
 #include "../boost/smart_ptr.hpp"
 
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
+#include "../libxmlfwd.hxx"
 
 class StarfieldBackgroundData : public WorldObjData
 {

Index: surface_background_data.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/surface_background_data.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- surface_background_data.hxx 12 Jun 2002 19:02:30 -0000      1.1
+++ surface_background_data.hxx 23 Jun 2002 11:08:30 -0000      1.2
@@ -28,8 +28,7 @@
 #include "../boost/smart_ptr.hpp"
 
 class SurfaceBackground;
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
+#include "../libxmlfwd.hxx"
 
 class SurfaceBackgroundData : public WorldObjData
 {

Index: thunderstorm_background_data.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/thunderstorm_background_data.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- thunderstorm_background_data.hxx    12 Jun 2002 19:02:30 -0000      1.1
+++ thunderstorm_background_data.hxx    23 Jun 2002 11:08:30 -0000      1.2
@@ -24,8 +24,7 @@
 #include "../editor/sprite_editorobj.hxx"
 #include "../boost/smart_ptr.hpp"
 
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
+#include "../libxmlfwd.hxx"
 
 class ThunderstormBackgroundData : public WorldObjData
 {




reply via email to

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