pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs info_box.hxx,1.1,1.2 switch


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs info_box.hxx,1.1,1.2 switch_door.hxx,1.1,1.2 teleporter.hxx,1.1,1.2
Date: 23 Jun 2002 11:08:32 -0000

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

Modified Files:
        info_box.hxx switch_door.hxx teleporter.hxx 
Log Message:
- placed all those libxml fwd declarations in its own file
- some thumbnail cache tweaking

Index: info_box.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/info_box.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- info_box.hxx        12 Jun 2002 19:03:10 -0000      1.1
+++ info_box.hxx        23 Jun 2002 11:08:30 -0000      1.2
@@ -26,8 +26,8 @@
 
 class CL_Font;
 class CL_Vector;
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
+
+#include "../libxmlfwd.hxx"
 
 class InfoBoxData : public WorldObjData
 {

Index: switch_door.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/switch_door.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- switch_door.hxx     12 Jun 2002 19:03:10 -0000      1.1
+++ switch_door.hxx     23 Jun 2002 11:08:30 -0000      1.2
@@ -24,8 +24,7 @@
 #include "../worldobj_data.hxx"
 #include "../editor/sprite_editorobj.hxx"
 
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
+#include "../libxmlfwd.hxx"
 
 /** A variable height door which can block the way and which can be
     opened by a switch */

Index: teleporter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/teleporter.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- teleporter.hxx      12 Jun 2002 19:03:10 -0000      1.1
+++ teleporter.hxx      23 Jun 2002 11:08:30 -0000      1.2
@@ -26,8 +26,7 @@
 #include "../boost/smart_ptr.hpp"
 
 class EditorTeleporterObj;
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
+#include "../libxmlfwd.hxx"
 
 namespace boost {
   template <class T> class shared_ptr;




reply via email to

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