pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src debug_gui.hxx,1.2,1.3 exit_menu.hxx,1


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src debug_gui.hxx,1.2,1.3 exit_menu.hxx,1.2,1.3 game_delta.hxx,1.2,1.3 game_event.hxx,1.2,1.3 input_event.hxx,1.2,1.3 multiplayer_client.hxx,1.3,1.4 option_menu.hxx,1.2,1.3 pingu_info.hxx,1.2,1.3 pingus_counter.hxx,1.3,1.4 plf_preview.hxx,1.2,1.3 smallmap.hxx,1.3,1.4 sound_real.hxx,1.2,1.3 surface_button.hxx,1.2,1.3 time_display.hxx,1.2,1.3 worldobj_data_factory.hxx,1.3,1.4
Date: 2 Jul 2002 15:47:00 -0000

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

Modified Files:
        debug_gui.hxx exit_menu.hxx game_delta.hxx game_event.hxx 
        input_event.hxx multiplayer_client.hxx option_menu.hxx 
        pingu_info.hxx pingus_counter.hxx plf_preview.hxx smallmap.hxx 
        sound_real.hxx surface_button.hxx time_display.hxx 
        worldobj_data_factory.hxx 
Log Message:
added missing includes/forward declarations


Index: debug_gui.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/debug_gui.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- debug_gui.hxx       24 Jun 2002 22:52:54 -0000      1.2
+++ debug_gui.hxx       2 Jul 2002 15:46:58 -0000       1.3
@@ -22,6 +22,7 @@
 
 #include "gui_obj.hxx"
 
+class CL_Font;
 class World;
 
 ///

Index: exit_menu.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/exit_menu.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- exit_menu.hxx       24 Jun 2002 22:52:54 -0000      1.2
+++ exit_menu.hxx       2 Jul 2002 15:46:58 -0000       1.3
@@ -20,6 +20,7 @@
 #ifndef HEADER_PINGUS_EXIT_MENU_HXX
 #define HEADER_PINGUS_EXIT_MENU_HXX
 
+#include <ClanLib/Display/Display/surface.h>
 #include "pingus_sub_menu.hxx"
 
 class PingusMenuManager;

Index: game_delta.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_delta.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- game_delta.hxx      24 Jun 2002 22:52:54 -0000      1.2
+++ game_delta.hxx      2 Jul 2002 15:46:58 -0000       1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GAME_DELTA_HXX
 #define HEADER_PINGUS_GAME_DELTA_HXX
 
+class InputEvent;
+
 namespace Pingus 
 {
   class GameDelta

Index: game_event.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_event.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- game_event.hxx      24 Jun 2002 22:52:54 -0000      1.2
+++ game_event.hxx      2 Jul 2002 15:46:58 -0000       1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GAME_EVENT_HXX
 #define HEADER_PINGUS_GAME_EVENT_HXX
 
+#include <string>
+
 /** This will need some^H^H^H^H a lot of work */
 typedef enum {
   /** Pointer Events (pos contains the move-delta) */

Index: input_event.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input_event.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input_event.hxx     24 Jun 2002 22:52:55 -0000      1.2
+++ input_event.hxx     2 Jul 2002 15:46:58 -0000       1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_INPUT_EVENT_HXX
 #define HEADER_PINGUS_INPUT_EVENT_HXX
 
+#include <ClanLib/Core/Math/cl_vector.h>
+
 /** This will need some^H^H^H^H a lot of work */
 typedef enum {
   /** Pointer Events (pos contains the move-delta) */

Index: multiplayer_client.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/multiplayer_client.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- multiplayer_client.hxx      24 Jun 2002 22:52:55 -0000      1.3
+++ multiplayer_client.hxx      2 Jul 2002 15:46:58 -0000       1.4
@@ -20,6 +20,7 @@
 #ifndef HEADER_PINGUS_MULTIPLAYER_CLIENT_HXX
 #define HEADER_PINGUS_MULTIPLAYER_CLIENT_HXX
 
+#include <vector>
 #include "gui_obj.hxx"
 
 class Server;

Index: option_menu.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/option_menu.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- option_menu.hxx     24 Jun 2002 22:52:55 -0000      1.2
+++ option_menu.hxx     2 Jul 2002 15:46:58 -0000       1.3
@@ -20,10 +20,13 @@
 #ifndef HEADER_PINGUS_OPTION_MENU_HXX
 #define HEADER_PINGUS_OPTION_MENU_HXX
 
+#include <string>
 #include <vector>
+#include <ClanLib/Display/Display/surface.h>
 #include "pingus_sub_menu.hxx"
 
 class CL_Key;
+class CL_Font;
 class CL_InputDevice;
 
 ///

Index: pingu_info.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_info.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pingu_info.hxx      24 Jun 2002 22:52:55 -0000      1.2
+++ pingu_info.hxx      2 Jul 2002 15:46:58 -0000       1.3
@@ -22,6 +22,7 @@
 
 #include "gui_obj.hxx"
 
+class CL_Font;
 class Pingu;
 
 ///

Index: pingus_counter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_counter.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pingus_counter.hxx  24 Jun 2002 22:52:55 -0000      1.3
+++ pingus_counter.hxx  2 Jul 2002 15:46:58 -0000       1.4
@@ -20,8 +20,10 @@
 #ifndef HEADER_PINGUS_PINGUS_COUNTER_HXX
 #define HEADER_PINGUS_PINGUS_COUNTER_HXX
 
+#include <ClanLib/Display/Display/surface.h>
 #include "gui_obj.hxx"
 
+class CL_Font;
 class World;
 class Client;
 

Index: plf_preview.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plf_preview.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plf_preview.hxx     24 Jun 2002 22:52:56 -0000      1.2
+++ plf_preview.hxx     2 Jul 2002 15:46:58 -0000       1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_PLF_PREVIEW_HXX
 #define HEADER_PINGUS_PLF_PREVIEW_HXX
 
+#include <ClanLib/Display/Display/surface.h>
+
 class CL_Canvas;
 class PLF;
 

Index: smallmap.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/smallmap.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- smallmap.hxx        24 Jun 2002 22:52:56 -0000      1.3
+++ smallmap.hxx        2 Jul 2002 15:46:58 -0000       1.4
@@ -20,10 +20,11 @@
 #ifndef HEADER_PINGUS_SMALLMAP_HXX
 #define HEADER_PINGUS_SMALLMAP_HXX
 
+#include <ClanLib/Display/Display/surface.h>
 #include "gui_obj.hxx"
 
 
-///
+class CL_Key;
 class Client;
 
 class SmallMap : public GuiObj

Index: sound_real.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sound_real.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sound_real.hxx      24 Jun 2002 22:52:57 -0000      1.2
+++ sound_real.hxx      2 Jul 2002 15:46:58 -0000       1.3
@@ -22,11 +22,11 @@
 #ifndef HEADER_PINGUS_SOUND_REAL_HXX
 #define HEADER_PINGUS_SOUND_REAL_HXX
 
-#include "audio.hxx"
 #include <map>
-
-#include "sound.hxx"
+#include <vector>
 #include <ClanLib/Core/System/error.h>
+#include "audio.hxx"
+#include "sound.hxx"
 
 class CL_SoundBuffer;
 class CL_SoundBuffer_Session;

Index: surface_button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/surface_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- surface_button.hxx  24 Jun 2002 22:52:57 -0000      1.2
+++ surface_button.hxx  2 Jul 2002 15:46:58 -0000       1.3
@@ -25,6 +25,7 @@
 #include "multiplayer_config.hxx"
 #include <ClanLib/Display/Display/surface.h>
 
+class CL_Font;
 class PingusMenu;
 
 /* !FIXME! All this should be rewritten... */

Index: time_display.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/time_display.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- time_display.hxx    24 Jun 2002 22:52:57 -0000      1.2
+++ time_display.hxx    2 Jul 2002 15:46:58 -0000       1.3
@@ -22,6 +22,7 @@
 
 #include "gui_obj.hxx"
 
+class CL_Font;
 class Server;
 
 ///

Index: worldobj_data_factory.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj_data_factory.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- worldobj_data_factory.hxx   24 Jun 2002 22:52:57 -0000      1.3
+++ worldobj_data_factory.hxx   2 Jul 2002 15:46:58 -0000       1.4
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_WORLDOBJ_DATA_FACTORY_HXX
 
 #include <map>
+#include <string>
 
 class WorldObjData;
 class WorldObjDataAbstractFactory;




reply via email to

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