usata-commits
[Top][All Lists]
Advanced

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

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


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/scene-loader.hpp
Date: Fri, 25 Feb 2005 13:08:02 -0500

Index: usata2/src/scene-loader.hpp
diff -u usata2/src/scene-loader.hpp:1.1 usata2/src/scene-loader.hpp:1.2
--- usata2/src/scene-loader.hpp:1.1     Wed Feb 23 16:52:07 2005
+++ usata2/src/scene-loader.hpp Fri Feb 25 18:08:01 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: scene-loader.hpp,v 1.1 2005/02/23 16:52:07 skunix Exp $
+// $Id: scene-loader.hpp,v 1.2 2005/02/25 18:08:01 skunix Exp $
 #ifndef USATA_SCENE_LOADER_HPP
 #define USATA_SCENE_LOADER_HPP
 
@@ -21,6 +21,7 @@
 #include <string>
 #include <queue>
 #include <set>
+#include "usata.hpp"
 #include "object.hpp"
 namespace
 usata
@@ -52,7 +53,7 @@
                public:
                        SceneLoader(const boost::filesystem::path&);
 
-                       void update();
+                       void update(Usata&);
                        void load(const std::string& scene);
                        void unloaded(const std::string&);
                        ~SceneLoader();




reply via email to

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