usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/object.hpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/object.hpp
Date: Tue, 01 Mar 2005 23:34:12 -0500

Index: usata2/src/object.hpp
diff -u usata2/src/object.hpp:1.16 usata2/src/object.hpp:1.17
--- usata2/src/object.hpp:1.16  Wed Mar  2 00:27:11 2005
+++ usata2/src/object.hpp       Wed Mar  2 04:34:11 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: object.hpp,v 1.16 2005/03/02 00:27:11 skunix Exp $
+// $Id: object.hpp,v 1.17 2005/03/02 04:34:11 skunix Exp $
 
 
 #ifndef USATA_GAME_OBJECT_HPP
@@ -76,8 +76,8 @@
        {
                public:
                        virtual void    realize(Usata&, const Object_sp& ) = 0;
-                       virtual ResourceList 
-                                                       
construct(ObjectProperties&) = 0;
+                       virtual bool    initialize(ObjectProperties&) = 0;
+//                                                     
construct(ObjectProperties&) = 0;
        };
 
        struct Node




reply via email to

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