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: Mon, 10 Jan 2005 02:24:53 -0500

Index: usata2/src/object.hpp
diff -u usata2/src/object.hpp:1.9 usata2/src/object.hpp:1.10
--- usata2/src/object.hpp:1.9   Sun Jan  9 08:57:22 2005
+++ usata2/src/object.hpp       Mon Jan 10 06:58:12 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: object.hpp,v 1.9 2005/01/09 08:57:22 skunix Exp $
+// $Id: object.hpp,v 1.10 2005/01/10 06:58:12 skunix Exp $
 
 
 #ifndef USATA_GAME_OBJECT_HPP
@@ -89,6 +89,8 @@
                        virtual bool node_query(Node::Query, int& i){return 
false;}
        };
 
+       
+
        class Object
        {
                Object*         Parent;
@@ -113,7 +115,7 @@
                        }
                };
 
-
+       std::string node_path_check(const std::string& path);
        
 }
 




reply via email to

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