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 IceBlock.hh,1.18,1.19


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs IceBlock.hh,1.18,1.19
Date: 7 Jun 2002 20:35:17 -0000

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

Modified Files:
        IceBlock.hh 
Log Message:
reduced header dependencies


Index: IceBlock.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/IceBlock.hh,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- IceBlock.hh 18 Feb 2002 10:24:37 -0000      1.18
+++ IceBlock.hh 7 Jun 2002 20:35:14 -0000       1.19
@@ -21,12 +21,22 @@
 #define ICEBLOCK_HH
 
 #include <ClanLib/core.h>
-#include <fstream>
 
-#include "../boost/smart_ptr.hpp"
-#include "../WorldObj.hh"
 #include "../WorldObjData.hh"
 #include "../editor/SpriteEditorObj.hh"
+
+class WorldObj;
+
+namespace std {
+  template <class T> class char_traits;
+  template <class T1, class T2> struct basic_ofstream;
+  typedef struct basic_ofstream<char, char_traits<char> > ofstream;
+}
+
+namespace boost {
+  template <class T> class shared_ptr;
+}
+
 
 class IceBlockData : public WorldObjData
 {




reply via email to

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