pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.hxx,1.1,1.2 node_data.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.hxx,1.1,1.2 node_data.hxx,1.2,1.3 stat.hxx,1.1,1.2
Date: 23 Jun 2002 11:08:32 -0000

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

Modified Files:
        graph.hxx node_data.hxx stat.hxx 
Log Message:
- placed all those libxml fwd declarations in its own file
- some thumbnail cache tweaking

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

Index: node_data.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/node_data.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- node_data.hxx       20 Jun 2002 11:23:53 -0000      1.2
+++ node_data.hxx       23 Jun 2002 11:08:30 -0000      1.3
@@ -25,9 +25,7 @@
 #include <string>
 #include <ClanLib/Core/Math/cl_vector.h>
 
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
-
+#include "../libxmlfwd.hxx"
 
 /* Wannabe syntax of worldmaps:
    ----------------------------

Index: stat.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/stat.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stat.hxx    12 Jun 2002 19:03:33 -0000      1.1
+++ stat.hxx    23 Jun 2002 11:08:30 -0000      1.2
@@ -23,9 +23,7 @@
 #include <map>
 #include "graph.hxx"
 
-class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
-class _xmlNode; typedef _xmlNode* xmlNodePtr;
-
+#include "../libxmlfwd.hxx"
 
 /** This class holds the information on a level's completeness, etc.
     It's only here for internal use by PingusWorldMapStat. */




reply via email to

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