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 switch_door_obj.cxx,1.3,1.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs switch_door_obj.cxx,1.3,1.4 teleporter_target_obj.cxx,1.3,1.4
Date: 16 Sep 2002 23:49:58 -0000

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

Modified Files:
        switch_door_obj.cxx teleporter_target_obj.cxx 
Log Message:
commited Gervase Lam's snprintf patch

Index: switch_door_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/switch_door_obj.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- switch_door_obj.cxx 15 Sep 2002 11:02:24 -0000      1.3
+++ switch_door_obj.cxx 16 Sep 2002 23:49:56 -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 <fstream>
 #include "switch_door_obj.hxx"
 #include "../editor/editor_view.hxx"

Index: teleporter_target_obj.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/editorobjs/teleporter_target_obj.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- teleporter_target_obj.cxx   10 Sep 2002 19:24:19 -0000      1.3
+++ teleporter_target_obj.cxx   16 Sep 2002 23:49:56 -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/Core/Math/cl_vector.h>
 #include "teleporter_obj.hxx"
 #include "teleporter_target_obj.hxx"





reply via email to

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