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 WeatherGenerator.cc,1.6,1.7


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/particles WeatherGenerator.cc,1.6,1.7 WeatherGenerator.hh,1.8,1.9
Date: 10 Jun 2002 13:03:37 -0000

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

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


Index: WeatherGenerator.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/WeatherGenerator.cc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- WeatherGenerator.cc 9 Jun 2002 14:04:10 -0000       1.6
+++ WeatherGenerator.cc 10 Jun 2002 13:03:35 -0000      1.7
@@ -21,6 +21,7 @@
 #include "../WeatherData.hh"
 #include "SnowGenerator.hh"
 #include "RainGenerator.hh"
+#include "../boost/smart_ptr.hpp"
 
 boost::shared_ptr<WorldObj>
 WeatherGenerator::create(WeatherData data)

Index: WeatherGenerator.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/WeatherGenerator.hh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- WeatherGenerator.hh 8 Jun 2002 20:19:55 -0000       1.8
+++ WeatherGenerator.hh 10 Jun 2002 13:03:35 -0000      1.9
@@ -21,9 +21,12 @@
 #define WEATHERGENERATOR_HH
 
 #include "../WorldObj.hh"
-#include "../boost/smart_ptr.hpp"
 
 class WeatherData;
+
+namespace boost {
+  template <class T> class shared_ptr;
+}
 
 class WeatherGenerator : public WorldObj
 {




reply via email to

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