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 explosive_particle.hxx,1.1,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/particles explosive_particle.hxx,1.1,1.2 ground_particle.hxx,1.1,1.2 particle.hxx,1.1,1.2 particle_cache.hxx,1.1,1.2 particle_holder.hxx,1.1,1.2 pingu_particle.hxx,1.1,1.2 rain_generator.hxx,1.1,1.2 rain_particle.hxx,1.1,1.2 smoke_particle.hxx,1.1,1.2 snow_generator.hxx,1.1,1.2 snow_particle.hxx,1.1,1.2 weather_generator.hxx,1.1,1.2
Date: 24 Jun 2002 22:53:01 -0000

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

Modified Files:
        explosive_particle.hxx ground_particle.hxx particle.hxx 
        particle_cache.hxx particle_holder.hxx pingu_particle.hxx 
        rain_generator.hxx rain_particle.hxx smoke_particle.hxx 
        snow_generator.hxx snow_particle.hxx weather_generator.hxx 
Log Message:
- changed include-guarts to take the directory and the new file name into 
account

Index: explosive_particle.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/explosive_particle.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- explosive_particle.hxx      12 Jun 2002 19:11:31 -0000      1.1
+++ explosive_particle.hxx      24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef EXPLOSIVEPARTICLE_HH
-#define EXPLOSIVEPARTICLE_HH
+#ifndef HEADER_PINGUS_PARTICLES_EXPLOSIVE_PARTICLE_HXX
+#define HEADER_PINGUS_PARTICLES_EXPLOSIVE_PARTICLE_HXX
 
 #include "../sprite.hxx"
 #include "particle.hxx"

Index: ground_particle.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/ground_particle.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ground_particle.hxx 12 Jun 2002 19:11:31 -0000      1.1
+++ ground_particle.hxx 24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef GROUNDPARTICLE_HH
-#define GROUNDPARTICLE_HH
+#ifndef HEADER_PINGUS_PARTICLES_GROUND_PARTICLE_HXX
+#define HEADER_PINGUS_PARTICLES_GROUND_PARTICLE_HXX
 
 #include "particle.hxx"
 

Index: particle.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/particle.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- particle.hxx        12 Jun 2002 19:11:31 -0000      1.1
+++ particle.hxx        24 Jun 2002 22:52:59 -0000      1.2
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef PARTICLE_HH
-#define PARTICLE_HH
+#ifndef HEADER_PINGUS_PARTICLES_PARTICLE_HXX
+#define HEADER_PINGUS_PARTICLES_PARTICLE_HXX
 
 #include <ClanLib/Core/Math/cl_vector.h>
 #include <ClanLib/Display/Display/surface.h>

Index: particle_cache.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/particle_cache.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- particle_cache.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ particle_cache.hxx  24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef PARTICLECACHE_HH
-#define PARTICLECACHE_HH
+#ifndef HEADER_PINGUS_PARTICLES_PARTICLE_CACHE_HXX
+#define HEADER_PINGUS_PARTICLES_PARTICLE_CACHE_HXX
 
 #include <vector>
 

Index: particle_holder.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/particle_holder.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- particle_holder.hxx 12 Jun 2002 19:11:31 -0000      1.1
+++ particle_holder.hxx 24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef PARTICLEHOLDER_HH
-#define PARTICLEHOLDER_HH
+#ifndef HEADER_PINGUS_PARTICLES_PARTICLE_HOLDER_HXX
+#define HEADER_PINGUS_PARTICLES_PARTICLE_HOLDER_HXX
 
 #include <list>
 #include "particle_cache.hxx"

Index: pingu_particle.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/pingu_particle.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingu_particle.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ pingu_particle.hxx  24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef PINGUPARTICLE_HH
-#define PINGUPARTICLE_HH
+#ifndef HEADER_PINGUS_PARTICLES_PINGU_PARTICLE_HXX
+#define HEADER_PINGUS_PARTICLES_PINGU_PARTICLE_HXX
 
 #include "particle.hxx"
 

Index: rain_generator.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/rain_generator.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rain_generator.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ rain_generator.hxx  24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef RAINGENERATOR_HH
-#define RAINGENERATOR_HH
+#ifndef HEADER_PINGUS_PARTICLES_RAIN_GENERATOR_HXX
+#define HEADER_PINGUS_PARTICLES_RAIN_GENERATOR_HXX
 
 #include "weather_generator.hxx"
 

Index: rain_particle.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/rain_particle.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rain_particle.hxx   12 Jun 2002 19:11:31 -0000      1.1
+++ rain_particle.hxx   24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef RAINPARTICLE_HH
-#define RAINPARTICLE_HH
+#ifndef HEADER_PINGUS_PARTICLES_RAIN_PARTICLE_HXX
+#define HEADER_PINGUS_PARTICLES_RAIN_PARTICLE_HXX
 
 #include "../sprite.hxx"
 #include "particle.hxx"

Index: smoke_particle.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/smoke_particle.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smoke_particle.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ smoke_particle.hxx  24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef SMOKEPARTICLE_HH
-#define SMOKEPARTICLE_HH
+#ifndef HEADER_PINGUS_PARTICLES_SMOKE_PARTICLE_HXX
+#define HEADER_PINGUS_PARTICLES_SMOKE_PARTICLE_HXX
 
 #include "particle.hxx"
 

Index: snow_generator.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/snow_generator.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- snow_generator.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ snow_generator.hxx  24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef SNOWGENERATOR_HH
-#define SNOWGENERATOR_HH
+#ifndef HEADER_PINGUS_PARTICLES_SNOW_GENERATOR_HXX
+#define HEADER_PINGUS_PARTICLES_SNOW_GENERATOR_HXX
 
 #include "weather_generator.hxx"
 

Index: snow_particle.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/snow_particle.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- snow_particle.hxx   12 Jun 2002 19:11:31 -0000      1.1
+++ snow_particle.hxx   24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef SNOWPARTICLE_HH
-#define SNOWPARTICLE_HH
+#ifndef HEADER_PINGUS_PARTICLES_SNOW_PARTICLE_HXX
+#define HEADER_PINGUS_PARTICLES_SNOW_PARTICLE_HXX
 
 #include "particle.hxx"
 

Index: weather_generator.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/weather_generator.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- weather_generator.hxx       12 Jun 2002 19:11:31 -0000      1.1
+++ weather_generator.hxx       24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef WEATHERGENERATOR_HH
-#define WEATHERGENERATOR_HH
+#ifndef HEADER_PINGUS_PARTICLES_WEATHER_GENERATOR_HXX
+#define HEADER_PINGUS_PARTICLES_WEATHER_GENERATOR_HXX
 
 #include "../worldobj.hxx"
 




reply via email to

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