pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.22,1.23 level_pro


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.22,1.23 level_property_window.cxx,1.4,1.5 selection.cxx,1.10,1.11
Date: 12 Aug 2002 22:52:06 -0000

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

Modified Files:
        editor.cxx level_property_window.cxx selection.cxx 
Log Message:
commited albertos patch

Index: editor.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.cxx,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- editor.cxx  4 Aug 2002 20:27:22 -0000       1.22
+++ editor.cxx  12 Aug 2002 22:52:04 -0000      1.23
@@ -17,8 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <cstdio>
-#include <string>
+#ifdef WIN32
+#pragma warning(disable:4786)
+#endif
 
 #include <ClanLib/Core/System/system.h>
 #include <ClanLib/Display/Display/display.h>
@@ -28,12 +29,10 @@
 #include <ClanLib/Display/Font/font.h>
 #include <ClanLib/Display/Input/inputbuffer.h>
 #include <ClanLib/Display/Input/keyboard.h>
-#include "../algo.hxx"
 #include "../globals.hxx"
 #include "../display.hxx"
 #include "../pingus_resource.hxx"
 #include "../system.hxx"
-#include "editor.hxx"
 #include "editor_event.hxx"
 #include "panel.hxx"
 #include "scroll_map.hxx"
@@ -43,6 +42,11 @@
 #include "action_window.hxx"
 #include "property_window.hxx"
 #include "level_property_window.hxx"
+#include "../algo.hxx"
+#include "editor.hxx"
+
+#include <cstdio>
+#include <string>
 
 using namespace Pingus::Editor;
 

Index: level_property_window.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/level_property_window.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- level_property_window.cxx   2 Jul 2002 16:06:51 -0000       1.4
+++ level_property_window.cxx   12 Aug 2002 22:52:04 -0000      1.5
@@ -17,6 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#ifdef WIN32
+#pragma warning(disable:4786)
+#endif
+
 #include "object_manager.hxx"
 #include "../string_converter.hxx"
 #include "level_property_window.hxx"

Index: selection.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/selection.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- selection.cxx       8 Jul 2002 17:05:09 -0000       1.10
+++ selection.cxx       12 Aug 2002 22:52:04 -0000      1.11
@@ -17,6 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#ifdef WIN32
+#pragma warning(disable:4786)
+#endif
+
 #include <algorithm>
 #include <ClanLib/Core/Math/cl_vector.h>
 #include <ClanLib/Display/Input/keyboard.h>





reply via email to

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