[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.hxx,1.2,1.3 manager.hx
From: |
grumbel |
Subject: |
[Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.hxx,1.2,1.3 manager.hxx,1.2,1.3 node.hxx,1.1,1.2 node_data.hxx,1.3,1.4 pingus.hxx,1.1,1.2 stat.hxx,1.2,1.3 worldmap.hxx,1.1,1.2 |
Date: |
24 Jun 2002 22:53:03 -0000 |
Update of /usr/local/cvsroot/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv8801/worldmap
Modified Files:
graph.hxx manager.hxx node.hxx node_data.hxx pingus.hxx
stat.hxx worldmap.hxx
Log Message:
- changed include-guarts to take the directory and the new file name into
account
Index: graph.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/graph.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- graph.hxx 23 Jun 2002 11:08:30 -0000 1.2
+++ graph.hxx 24 Jun 2002 22:52:59 -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 PINGUSWORLDMAPGRAPH_HH
-#define PINGUSWORLDMAPGRAPH_HH
+#ifndef HEADER_PINGUS_WORLDMAP_GRAPH_HXX
+#define HEADER_PINGUS_WORLDMAP_GRAPH_HXX
#include "../res_descriptor.hxx"
#include "../boost/smart_ptr.hpp"
Index: manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/manager.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- manager.hxx 20 Jun 2002 11:23:53 -0000 1.2
+++ manager.hxx 24 Jun 2002 22:52:59 -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 PINGUSWORLDMAPMANAGER_HH
-#define PINGUSWORLDMAPMANAGER_HH
+#ifndef HEADER_PINGUS_WORLDMAP_MANAGER_HXX
+#define HEADER_PINGUS_WORLDMAP_MANAGER_HXX
#include <string>
#include <ClanLib/Signals/slot.h>
Index: node.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/node.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- node.hxx 12 Jun 2002 19:03:33 -0000 1.1
+++ node.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 PINGUSWORLDMAPNODE_HH
-#define PINGUSWORLDMAPNODE_HH
+#ifndef HEADER_PINGUS_WORLDMAP_NODE_HXX
+#define HEADER_PINGUS_WORLDMAP_NODE_HXX
#include "../sprite.hxx"
#include "../globals.hxx"
Index: node_data.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/node_data.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- node_data.hxx 23 Jun 2002 11:08:30 -0000 1.3
+++ node_data.hxx 24 Jun 2002 22:52:59 -0000 1.4
@@ -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 PINGUSWORLDMAPNODEDATA_HH
-#define PINGUSWORLDMAPNODEDATA_HH
+#ifndef HEADER_PINGUS_WORLDMAP_NODE_DATA_HXX
+#define HEADER_PINGUS_WORLDMAP_NODE_DATA_HXX
#include <iosfwd>
#include <list>
Index: pingus.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pingus.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus.hxx 12 Jun 2002 19:03:33 -0000 1.1
+++ pingus.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 PINGUSWORLDMAPPINGUS_HH
-#define PINGUSWORLDMAPPINGUS_HH
+#ifndef HEADER_PINGUS_WORLDMAP_PINGUS_HXX
+#define HEADER_PINGUS_WORLDMAP_PINGUS_HXX
#include <queue>
#include "node.hxx"
Index: stat.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/stat.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stat.hxx 23 Jun 2002 11:08:30 -0000 1.2
+++ stat.hxx 24 Jun 2002 22:52:59 -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 PINGUSWORLDMAPSTAT_HH
-#define PINGUSWORLDMAPSTAT_HH
+#ifndef HEADER_PINGUS_WORLDMAP_STAT_HXX
+#define HEADER_PINGUS_WORLDMAP_STAT_HXX
#include <map>
#include "graph.hxx"
Index: worldmap.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/worldmap.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- worldmap.hxx 12 Jun 2002 19:03:33 -0000 1.1
+++ worldmap.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 PINGUSWORLDMAP_HH
-#define PINGUSWORLDMAP_HH
+#ifndef HEADER_PINGUS_WORLDMAP_WORLDMAP_HXX
+#define HEADER_PINGUS_WORLDMAP_WORLDMAP_HXX
#include "stat.hxx"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pingus-CVS] CVS: Games/Pingus/src/worldmap graph.hxx,1.2,1.3 manager.hxx,1.2,1.3 node.hxx,1.1,1.2 node_data.hxx,1.3,1.4 pingus.hxx,1.1,1.2 stat.hxx,1.2,1.3 worldmap.hxx,1.1,1.2,
grumbel <=
- Prev by Date:
[Pingus-CVS] CVS: Games/Pingus/src/traps bumper.hxx,1.1,1.2 fake_exit.hxx,1.1,1.2 guillotine.hxx,1.1,1.2 hammer.hxx,1.1,1.2 laser_exit.hxx,1.1,1.2 smasher.hxx,1.1,1.2 spike.hxx,1.1,1.2
- Next by Date:
[Pingus-CVS] CVS: Games/Pingus/src/worldobjs conveyor_belt.hxx,1.1,1.2 ice_block.hxx,1.1,1.2 info_box.hxx,1.2,1.3 switch_door.hxx,1.2,1.3 teleporter.hxx,1.2,1.3
- Previous by thread:
[Pingus-CVS] CVS: Games/Pingus/src/traps bumper.hxx,1.1,1.2 fake_exit.hxx,1.1,1.2 guillotine.hxx,1.1,1.2 hammer.hxx,1.1,1.2 laser_exit.hxx,1.1,1.2 smasher.hxx,1.1,1.2 spike.hxx,1.1,1.2
- Next by thread:
[Pingus-CVS] CVS: Games/Pingus/src/worldobjs conveyor_belt.hxx,1.1,1.2 ice_block.hxx,1.1,1.2 info_box.hxx,1.2,1.3 switch_door.hxx,1.2,1.3 teleporter.hxx,1.2,1.3
- Index(es):