pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src CaptureRectangle.hh,1.11,1.12 ColMap.


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src CaptureRectangle.hh,1.11,1.12 ColMap.hh,1.13,1.14 Console.hh,1.14,1.15 Credits.hh,1.7,1.8 Cursor.hh,1.4,1.5 DebugGui.hh,1.5,1.6 audio.hh,1.5,1.6 blitter.hh,1.11,1.12
Date: 7 Jun 2002 13:25:04 -0000

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

Modified Files:
        CaptureRectangle.hh ColMap.hh Console.hh Credits.hh Cursor.hh 
        DebugGui.hh audio.hh blitter.hh 
Log Message:
reduced header dependencies


Index: CaptureRectangle.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/CaptureRectangle.hh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- CaptureRectangle.hh 10 Feb 2002 22:14:06 -0000      1.11
+++ CaptureRectangle.hh 7 Jun 2002 13:25:02 -0000       1.12
@@ -20,11 +20,15 @@
 #ifndef CAPTURERECTANGLE_HH
 #define CAPTURERECTANGLE_HH
 
-#include <ClanLib/core.h>
 #include "Sprite.hh"
-#include "boost/smart_ptr.hpp"
 
 class PinguAction;
+class CL_Font;
+
+namespace boost {
+
+  template <class T> class shared_ptr;
+}
 
 /** The rectangle that is shown when the mouse cursor is above a
     pingu. The rectangle shows the current pingu direction along with

Index: ColMap.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/ColMap.hh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ColMap.hh   31 Aug 2001 07:51:51 -0000      1.13
+++ ColMap.hh   7 Jun 2002 13:25:02 -0000       1.14
@@ -20,12 +20,12 @@
 #ifndef COLMAP_HH
 #define COLMAP_HH
 
-#include <vector>
-#include <string>
-
-#include <ClanLib/display.h>
 #include "GroundpieceData.hh"
-#include "ResDescriptor.hh"
+
+class ResDescriptor;
+class PixelStatus;
+class CL_Surface;
+class CL_SurfaceProvider;
 
 // Collsion Map
 /** The collision map is used to represent the enviroment where the

Index: Console.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/Console.hh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Console.hh  4 Aug 2001 12:46:22 -0000       1.14
+++ Console.hh  7 Jun 2002 13:25:02 -0000       1.15
@@ -22,9 +22,10 @@
 
 #include <string>
 #include <vector>
-#include <ClanLib/core.h>
 #include <iostream>
 #include "Display.hh"
+
+//#include <ClanLib/core.h>
 
 #define CONSOLE_BUFFER_SIZE 100
 

Index: Credits.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/Credits.hh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Credits.hh  7 Jun 2002 09:42:16 -0000       1.7
+++ Credits.hh  7 Jun 2002 13:25:02 -0000       1.8
@@ -20,6 +20,8 @@
 #ifndef CREDITS_HH
 #define CREDITS_HH
 
+#include <string>
+#include <vector>
 #include <ClanLib/display.h>
 
 class CL_Font;

Index: Cursor.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/Cursor.hh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Cursor.hh   10 Feb 2002 22:14:06 -0000      1.4
+++ Cursor.hh   7 Jun 2002 13:25:02 -0000       1.5
@@ -20,6 +20,7 @@
 #ifndef CURSOR_HH
 #define CURSOR_HH
 
+#include <string>
 #include "boost/smart_ptr.hpp"
 #include "Display.hh"
 #include "Controller.hh"

Index: DebugGui.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/DebugGui.hh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DebugGui.hh 8 Apr 2001 14:10:34 -0000       1.5
+++ DebugGui.hh 7 Jun 2002 13:25:02 -0000       1.6
@@ -21,7 +21,8 @@
 #define DEBUGGUI_HH
 
 #include "GuiObj.hh"
-#include "World.hh"
+
+class World;
 
 ///
 class DebugGui : public GuiObj

Index: audio.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/audio.hh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- audio.hh    24 Feb 2002 20:40:26 -0000      1.5
+++ audio.hh    7 Jun 2002 13:25:02 -0000       1.6
@@ -20,9 +20,6 @@
 #ifndef AUDIO_HH
 #define AUDIO_HH
 
-#include <config.h>
-#include "globals.hh"
-
 // Simple wrapper header around SDL.h and SDL_mixer.h.
 
 #ifdef HAVE_LIBSDL_MIXER

Index: blitter.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/blitter.hh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- blitter.hh  18 Mar 2001 17:45:04 -0000      1.11
+++ blitter.hh  7 Jun 2002 13:25:02 -0000       1.12
@@ -20,8 +20,10 @@
 #ifndef BLITTER_HH
 #define BLITTER_HH
 
-#include <ClanLib/core.h>
 #include <ClanLib/display.h>
+
+class CL_Canvas;
+class CL_SurfaceProvider;
 
 /** A bunch of blitting and creation functions to operate on
     CL_Canvas.  Some of them a similar to the ones in ClanLib, but




reply via email to

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