pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/particles PinguParticle.hh,1.9,1.10 S


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/particles PinguParticle.hh,1.9,1.10 SmokeParticle.hh,1.7,1.8 SnowParticle.hh,1.7,1.8 WeatherGenerator.cc,1.4,1.5 WeatherGenerator.hh,1.7,1.8
Date: 8 Jun 2002 20:19:57 -0000

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

Modified Files:
        PinguParticle.hh SmokeParticle.hh SnowParticle.hh 
        WeatherGenerator.cc WeatherGenerator.hh 
Log Message:
reduced header dependencies


Index: PinguParticle.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/PinguParticle.hh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- PinguParticle.hh    3 Apr 2001 10:45:50 -0000       1.9
+++ PinguParticle.hh    8 Jun 2002 20:19:54 -0000       1.10
@@ -20,8 +20,9 @@
 #ifndef PINGUPARTICLE_HH
 #define PINGUPARTICLE_HH
 
-#include <ClanLib/display.h>
 #include "Particle.hh"
+
+class CL_Surface;
 
 ///
 class PinguParticle : public Particle

Index: SmokeParticle.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/SmokeParticle.hh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- SmokeParticle.hh    3 Apr 2001 10:45:50 -0000       1.7
+++ SmokeParticle.hh    8 Jun 2002 20:19:54 -0000       1.8
@@ -20,8 +20,6 @@
 #ifndef SMOKEPARTICLE_HH
 #define SMOKEPARTICLE_HH
 
-#include <ClanLib/core.h>
-
 #include "Particle.hh"
 
 ///

Index: SnowParticle.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/SnowParticle.hh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- SnowParticle.hh     3 Apr 2001 10:45:51 -0000       1.7
+++ SnowParticle.hh     8 Jun 2002 20:19:54 -0000       1.8
@@ -20,7 +20,6 @@
 #ifndef SNOWPARTICLE_HH
 #define SNOWPARTICLE_HH
 
-#include <ClanLib/core.h>
 #include "Particle.hh"
 
 ///

Index: WeatherGenerator.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/WeatherGenerator.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- WeatherGenerator.cc 22 Nov 2001 20:08:39 -0000      1.4
+++ WeatherGenerator.cc 8 Jun 2002 20:19:54 -0000       1.5
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../PingusError.hh"
+#include "../WeatherData.hh"
 #include "SnowGenerator.hh"
 #include "RainGenerator.hh"
 #include "WeatherGenerator.hh"

Index: WeatherGenerator.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/WeatherGenerator.hh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- WeatherGenerator.hh 22 Nov 2001 20:08:39 -0000      1.7
+++ WeatherGenerator.hh 8 Jun 2002 20:19:55 -0000       1.8
@@ -20,8 +20,10 @@
 #ifndef WEATHERGENERATOR_HH
 #define WEATHERGENERATOR_HH
 
-#include "../WeatherData.hh"
 #include "../WorldObj.hh"
+#include "../boost/smart_ptr.hpp"
+
+class WeatherData;
 
 class WeatherGenerator : public WorldObj
 {




reply via email to

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