usata-commits
[Top][All Lists]
Advanced

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

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


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

Index: usata2/src/usata.hpp
diff -u usata2/src/usata.hpp:1.12 usata2/src/usata.hpp:1.13
--- usata2/src/usata.hpp:1.12   Tue Jan 25 08:28:27 2005
+++ usata2/src/usata.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: usata.hpp,v 1.12 2005/01/25 08:28:27 skunix Exp $
+// $Id: usata.hpp,v 1.13 2005/02/25 18:08:01 skunix Exp $
 
 #ifndef USATA_USATA_HPP
 #define USATA_USATA_HPP
@@ -23,6 +23,7 @@
        class TextureMapManager;
        class Object;
        class SceneManager;
+       class SceneLoader;
        
        namespace input
        { 
@@ -36,6 +37,8 @@
                std::auto_ptr<TextureMapManager>        image_manager;
                std::auto_ptr<SceneManager>                     scene_manager;
                std::auto_ptr<input::Manager>           input_manager;
+               std::auto_ptr<SceneLoader>                      mSceneLoader;
+       
                bool quit;
                void on_quit(){ quit=true;}
        public:




reply via email to

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