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 Makefile.am,1.25,1.26 object_s


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor Makefile.am,1.25,1.26 object_selector.cxx,1.26,1.27 plfobj.cxx,1.14,NONE plfobj.hxx,1.12,NONE
Date: 27 Sep 2002 16:01:57 -0000

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

Modified Files:
        Makefile.am object_selector.cxx 
Removed Files:
        plfobj.cxx plfobj.hxx 
Log Message:
splitted Exit


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Makefile.am 27 Sep 2002 11:26:45 -0000      1.25
+++ Makefile.am 27 Sep 2002 16:01:55 -0000      1.26
@@ -33,7 +33,6 @@
        object_selector.cxx object_selector.hxx \
        panel.cxx panel.hxx \
        panel_icons.cxx panel_icons.hxx \
-       plfobj.cxx plfobj.hxx \
        property_frame.cxx property_frame.hxx \
        property_window.cxx property_window.hxx \
        rect_editorobj.cxx rect_editorobj.hxx \

Index: object_selector.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_selector.cxx,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- object_selector.cxx 27 Sep 2002 11:26:45 -0000      1.26
+++ object_selector.cxx 27 Sep 2002 16:01:55 -0000      1.27
@@ -33,12 +33,12 @@
 #include "../string_converter.hxx"
 #include "../system.hxx"
 #include "object_selector.hxx"
-#include "plfobj.hxx"
 #include "string_reader.hxx"
 #include "thumb_cache.hxx"
 #include "weather_obj.hxx"
 
 #include "../worldobjsdata/entrance_data.hxx"
+#include "../worldobjsdata/exit_data.hxx"
 #include "../worldobjsdata/groundpiece_data.hxx"
 #include "../worldobjsdata/hotspot_data.hxx"
 #include "../worldobjsdata/liquid_data.hxx"
@@ -49,6 +49,7 @@
 
 #include "../editorobjs/bumper_obj.hxx"
 #include "../editorobjs/conveyor_belt_obj.hxx"
+#include "../editorobjs/exit_obj.hxx"
 #include "../editorobjs/fake_exit_obj.hxx"
 #include "../editorobjs/guillotine_obj.hxx"
 #include "../editorobjs/groundpiece_obj.hxx"

--- plfobj.cxx DELETED ---

--- plfobj.hxx DELETED ---





reply via email to

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