pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editorobjs bumper_obj.cxx,1.2,1.3 fak


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs bumper_obj.cxx,1.2,1.3 fake_exit_obj.cxx,1.2,1.3 guillotine_obj.cxx,1.2,1.3 hammer_obj.cxx,1.2,1.3 laser_exit_obj.cxx,1.2,1.3 smasher_obj.cxx,1.2,1.3 spike_obj.cxx,1.2,1.3
Date: 9 Sep 2002 09:38:50 -0000

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

Modified Files:
        bumper_obj.cxx fake_exit_obj.cxx guillotine_obj.cxx 
        hammer_obj.cxx laser_exit_obj.cxx smasher_obj.cxx 
        spike_obj.cxx 
Log Message:
commited Gervase Lams cleanup patch

Index: bumper_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/bumper_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bumper_obj.cxx      8 Sep 2002 18:13:04 -0000       1.2
+++ bumper_obj.cxx      9 Sep 2002 09:38:47 -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 "bumper_obj.hxx"
 #include "../editor/editor_view.hxx"
 #include "../worldobjsdata/bumper_data.hxx"

Index: fake_exit_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/fake_exit_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fake_exit_obj.cxx   8 Sep 2002 18:13:04 -0000       1.2
+++ fake_exit_obj.cxx   9 Sep 2002 09:38:47 -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 "fake_exit_obj.hxx"
 #include "../editor/editor_view.hxx"
 #include "../worldobjsdata/fake_exit_data.hxx"

Index: guillotine_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/guillotine_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- guillotine_obj.cxx  8 Sep 2002 18:13:04 -0000       1.2
+++ guillotine_obj.cxx  9 Sep 2002 09:38:47 -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 "guillotine_obj.hxx"
 #include "../editor/editor_view.hxx"
 #include "../worldobjsdata/guillotine_data.hxx"

Index: hammer_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/hammer_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hammer_obj.cxx      8 Sep 2002 18:13:04 -0000       1.2
+++ hammer_obj.cxx      9 Sep 2002 09:38:47 -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 "hammer_obj.hxx"
 #include "../editor/editor_view.hxx"
 #include "../worldobjsdata/hammer_data.hxx"

Index: laser_exit_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/laser_exit_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- laser_exit_obj.cxx  8 Sep 2002 18:13:04 -0000       1.2
+++ laser_exit_obj.cxx  9 Sep 2002 09:38:47 -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 "laser_exit_obj.hxx"
 #include "../editor/editor_view.hxx"
 #include "../worldobjsdata/laser_exit_data.hxx"

Index: smasher_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/smasher_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- smasher_obj.cxx     8 Sep 2002 18:13:04 -0000       1.2
+++ smasher_obj.cxx     9 Sep 2002 09:38:47 -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 "smasher_obj.hxx"
 #include "../editor/editor_view.hxx"
 #include "../worldobjsdata/smasher_data.hxx"

Index: spike_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/spike_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- spike_obj.cxx       8 Sep 2002 18:13:04 -0000       1.2
+++ spike_obj.cxx       9 Sep 2002 09:38:47 -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 "spike_obj.hxx"
 #include "../editor/editor_view.hxx"
 #include "../worldobjsdata/spike_data.hxx"





reply via email to

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