pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/backgrounds solidcolor_background.hxx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/backgrounds solidcolor_background.hxx,1.2,1.3 starfield_background.hxx,1.2,1.3 surface_background.hxx,1.2,1.3 surface_background_data.hxx,1.2,1.3 thunderstorm_background.hxx,1.1,1.2 thunderstorm_background_data.hxx,1.2,1.3
Date: 24 Jun 2002 22:53:00 -0000

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

Modified Files:
        solidcolor_background.hxx starfield_background.hxx 
        surface_background.hxx surface_background_data.hxx 
        thunderstorm_background.hxx thunderstorm_background_data.hxx 
Log Message:
- changed include-guarts to take the directory and the new file name into 
account

Index: solidcolor_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/solidcolor_background.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- solidcolor_background.hxx   23 Jun 2002 11:08:30 -0000      1.2
+++ solidcolor_background.hxx   24 Jun 2002 22:52:58 -0000      1.3
@@ -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 SOLIDCOLORBACKGROUND_HH
-#define SOLIDCOLORBACKGROUND_HH
+#ifndef HEADER_PINGUS_BACKGROUNDS_SOLIDCOLOR_BACKGROUND_HXX
+#define HEADER_PINGUS_BACKGROUNDS_SOLIDCOLOR_BACKGROUND_HXX
 
 #include "../string_converter.hxx"
 #include "../color.hxx"

Index: starfield_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/starfield_background.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- starfield_background.hxx    23 Jun 2002 11:08:30 -0000      1.2
+++ starfield_background.hxx    24 Jun 2002 22:52:58 -0000      1.3
@@ -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 STARFIELDBACKGROUND_HH
-#define STARFIELDBACKGROUND_HH
+#ifndef HEADER_PINGUS_BACKGROUNDS_STARFIELD_BACKGROUND_HXX
+#define HEADER_PINGUS_BACKGROUNDS_STARFIELD_BACKGROUND_HXX
 
 #include "../string_converter.hxx"
 #include "../worldobj.hxx"

Index: surface_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/surface_background.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- surface_background.hxx      22 Jun 2002 14:29:18 -0000      1.2
+++ surface_background.hxx      24 Jun 2002 22:52:58 -0000      1.3
@@ -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 SURFACEBACKGROUND_HH
-#define SURFACEBACKGROUND_HH
+#ifndef HEADER_PINGUS_BACKGROUNDS_SURFACE_BACKGROUND_HXX
+#define HEADER_PINGUS_BACKGROUNDS_SURFACE_BACKGROUND_HXX
 
 #include "../worldobj.hxx"
 #include "../anim_counter.hxx"

Index: surface_background_data.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/surface_background_data.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- surface_background_data.hxx 23 Jun 2002 11:08:30 -0000      1.2
+++ surface_background_data.hxx 24 Jun 2002 22:52:58 -0000      1.3
@@ -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 SURFACEBACKGROUNDDATA_HH
-#define SURFACEBACKGROUNDDATA_HH
+#ifndef HEADER_PINGUS_BACKGROUNDS_SURFACE_BACKGROUND_DATA_HXX
+#define HEADER_PINGUS_BACKGROUNDS_SURFACE_BACKGROUND_DATA_HXX
 
 #include "../string_converter.hxx"
 #include "../editor/sprite_editorobj.hxx"

Index: thunderstorm_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/thunderstorm_background.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- thunderstorm_background.hxx 12 Jun 2002 19:02:30 -0000      1.1
+++ thunderstorm_background.hxx 24 Jun 2002 22:52:58 -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 THUNDERSTORMBACKGROUND_HH
-#define THUNDERSTORMBACKGROUND_HH
+#ifndef HEADER_PINGUS_BACKGROUNDS_THUNDERSTORM_BACKGROUND_HXX
+#define HEADER_PINGUS_BACKGROUNDS_THUNDERSTORM_BACKGROUND_HXX
 
 #include <vector>
 #include "../worldobj.hxx"

Index: thunderstorm_background_data.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/thunderstorm_background_data.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- thunderstorm_background_data.hxx    23 Jun 2002 11:08:30 -0000      1.2
+++ thunderstorm_background_data.hxx    24 Jun 2002 22:52:58 -0000      1.3
@@ -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 THUNDERSTORMBACKGROUNDDATA_HH
-#define THUNDERSTORMBACKGROUNDDATA_HH
+#ifndef HEADER_PINGUS_BACKGROUNDS_THUNDERSTORM_BACKGROUND_DATA_HXX
+#define HEADER_PINGUS_BACKGROUNDS_THUNDERSTORM_BACKGROUND_DATA_HXX
 
 #include "../worldobj_data.hxx"
 #include "../editor/sprite_editorobj.hxx"




reply via email to

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