|
| From: | torangan |
| Subject: | [Pingus-CVS] CVS: Games/Pingus/src/worldobjs ice_block.hxx,1.5,1.6 teleporter.hxx,1.6,1.7 |
| Date: | 16 Aug 2002 13:03:39 -0000 |
Update of /usr/local/cvsroot/Games/Pingus/src/worldobjs
In directory dark:/tmp/cvs-serv7129/worldobjs
Modified Files:
ice_block.hxx teleporter.hxx
Log Message:
- included src/pingus.hxx in every header not containing other pingus headers
- changed ClanLib/gui.h includes to the really required headers
Index: ice_block.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/ice_block.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ice_block.hxx 2 Jul 2002 10:42:39 -0000 1.5
+++ ice_block.hxx 16 Aug 2002 13:03:36 -0000 1.6
@@ -25,11 +25,6 @@
class WorldObj;
-namespace boost {
- template <class T> class shared_ptr;
-}
-
-
class IceBlockData : public WorldObjData
{
public:
Index: teleporter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/teleporter.hxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- teleporter.hxx 2 Jul 2002 10:42:39 -0000 1.6
+++ teleporter.hxx 16 Aug 2002 13:03:36 -0000 1.7
@@ -23,14 +23,9 @@
#include "../worldobj.hxx"
#include "../worldobj_data.hxx"
#include "../editor/sprite_editorobj.hxx"
-#include "../boost/smart_ptr.hpp"
-
-class EditorTeleporterObj;
#include "../libxmlfwd.hxx"
-namespace boost {
- template <class T> class shared_ptr;
-}
+class EditorTeleporterObj;
class TeleporterData : public WorldObjData
{
| [Prev in Thread] | Current Thread | [Next in Thread] |