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.26,1.27 level_pro


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.26,1.27 level_property_window.cxx,1.7,1.8
Date: 22 Aug 2002 02:33:58 -0000

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

Modified Files:
        editor.cxx level_property_window.cxx 
Log Message:
little include path fix

Index: editor.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.cxx,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- editor.cxx  22 Aug 2002 02:24:59 -0000      1.26
+++ editor.cxx  22 Aug 2002 02:33:56 -0000      1.27
@@ -17,7 +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 "pingus.hxx"
+#include "../pingus.hxx"
 #include <ClanLib/Core/System/system.h>
 #include <ClanLib/Core/Resources/resource_manager.h>
 #include <ClanLib/Display/Display/display.h>

Index: level_property_window.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/level_property_window.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- level_property_window.cxx   22 Aug 2002 02:24:59 -0000      1.7
+++ level_property_window.cxx   22 Aug 2002 02:33:56 -0000      1.8
@@ -17,7 +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 "pingus.hxx"
+#include "../pingus.hxx"
 #include "object_manager.hxx"
 #include "../string_converter.hxx"
 #include "level_property_window.hxx"





reply via email to

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