pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src blitter.cxx,1.2,1.3 counter.cxx,1.3,1


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src blitter.cxx,1.2,1.3 counter.cxx,1.3,1.4 display.cxx,1.3,1.4 level_desc.cxx,1.2,1.3 pingu.cxx,1.3,1.4 pingus_counter.cxx,1.3,1.4 pingus_main.cxx,1.1,1.2 playfield.cxx,1.4,1.5 plf_plf.cxx,1.2,1.3 psm_parser.cxx,1.2,1.3 screenshot.cxx,1.2,1.3 server.cxx,1.2,1.3 string_converter.cxx,1.2,1.3 system.cxx,1.2,1.3
Date: 20 Jun 2002 11:23:56 -0000

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

Modified Files:
        blitter.cxx counter.cxx display.cxx level_desc.cxx pingu.cxx 
        pingus_counter.cxx pingus_main.cxx playfield.cxx plf_plf.cxx 
        psm_parser.cxx screenshot.cxx server.cxx string_converter.cxx 
        system.cxx 
Log Message:
some more missing header files

Index: blitter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/blitter.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- blitter.cxx 13 Jun 2002 14:25:12 -0000      1.2
+++ blitter.cxx 20 Jun 2002 11:23:53 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include <iostream>
 #include <ClanLib/Display/SurfaceProviders/canvas.h>
 #include <ClanLib/Display/Display/palette.h>

Index: counter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/counter.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- counter.cxx 19 Jun 2002 15:19:26 -0000      1.3
+++ counter.cxx 20 Jun 2002 11:23:53 -0000      1.4
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <assert.h>
 #include <iostream>
 #include "counter.hxx"
 

Index: display.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/display.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- display.cxx 19 Jun 2002 15:19:26 -0000      1.3
+++ display.cxx 20 Jun 2002 11:23:53 -0000      1.4
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include <iostream>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Display/mousecursor.h>

Index: level_desc.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/level_desc.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- level_desc.cxx      13 Jun 2002 14:25:12 -0000      1.2
+++ level_desc.cxx      20 Jun 2002 11:23:53 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include <ClanLib/Core/System/system.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>

Index: pingu.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pingu.cxx   19 Jun 2002 17:19:41 -0000      1.3
+++ pingu.cxx   20 Jun 2002 11:23:53 -0000      1.4
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include <ClanLib/Display/Font/font.h>
 #include "globals.hxx"
 #include "world.hxx"

Index: pingus_counter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_counter.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pingus_counter.cxx  17 Jun 2002 15:45:26 -0000      1.3
+++ pingus_counter.cxx  20 Jun 2002 11:23:53 -0000      1.4
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include "pingus_resource.hxx"

Index: pingus_main.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_main.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus_main.cxx     12 Jun 2002 19:06:12 -0000      1.1
+++ pingus_main.cxx     20 Jun 2002 11:23:53 -0000      1.2
@@ -24,7 +24,7 @@
 //   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 #include <sys/stat.h>
-
+#include <stdio.h>
 #include <signal.h>
 
 #ifndef WIN32

Index: playfield.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/playfield.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- playfield.cxx       18 Jun 2002 14:16:34 -0000      1.4
+++ playfield.cxx       20 Jun 2002 11:23:53 -0000      1.5
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include <ClanLib/Display/Display/display.h>
 #include "controller.hxx"
 #include "globals.hxx"

Index: plf_plf.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plf_plf.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plf_plf.cxx 13 Jun 2002 14:25:12 -0000      1.2
+++ plf_plf.cxx 20 Jun 2002 11:23:53 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include "globals.hxx"
 #include "pingus_error.hxx"
 #include "psm_parser.hxx"

Index: psm_parser.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/psm_parser.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- psm_parser.cxx      13 Jun 2002 14:25:12 -0000      1.2
+++ psm_parser.cxx      20 Jun 2002 11:23:53 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include "globals.hxx"
 #include "pingus_error.hxx"
 

Index: screenshot.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/screenshot.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- screenshot.cxx      13 Jun 2002 14:25:12 -0000      1.2
+++ screenshot.cxx      20 Jun 2002 11:23:53 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include <fstream>
 #include <iostream>
 

Index: server.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/server.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- server.cxx  13 Jun 2002 14:25:12 -0000      1.2
+++ server.cxx  20 Jun 2002 11:23:53 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include "system.hxx"
 #include "pingu.hxx"
 #include "server.hxx"

Index: string_converter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/string_converter.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- string_converter.cxx        13 Jun 2002 14:25:12 -0000      1.2
+++ string_converter.cxx        20 Jun 2002 11:23:53 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include "string_converter.hxx"
 
 int 

Index: system.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/system.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- system.cxx  13 Jun 2002 14:25:12 -0000      1.2
+++ system.cxx  20 Jun 2002 11:23:53 -0000      1.3
@@ -17,6 +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.
 
+#include <stdio.h>
+
 #ifndef WIN32
 #  include <dirent.h>
 #  include <fcntl.h>




reply via email to

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