pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src worldobj_data.hxx,1.8,1.9


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src worldobj_data.hxx,1.8,1.9
Date: 4 Mar 2003 12:53:49 -0000

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

Modified Files:
        worldobj_data.hxx 
Log Message:
replaced:
EditorObjLst create_EditorObjs()
with
void insertEditorObjs(ObjectManager*)


Index: worldobj_data.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj_data.hxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- worldobj_data.hxx   26 Feb 2003 17:08:29 -0000      1.8
+++ worldobj_data.hxx   4 Mar 2003 12:53:46 -0000       1.9
@@ -26,6 +26,10 @@
 class World;
 class EditorObj;
 
+namespace EditorNS {
+class ObjectManager;
+}
+
 typedef std::vector<EditorObj*> EditorObjLst;
 
 /** The root data class for all objects in the Pingus world.  Each
@@ -57,7 +61,7 @@
 
   /** Create an EditorObj from the given data object, caller is
       responible for deleting the pointers in the vector */
-  virtual EditorObjLst create_EditorObj () =0;
+  virtual void insert_EditorObjs (EditorNS::ObjectManager*) =0;
 };
 
 #endif





reply via email to

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