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: Sat, 15 Jan 2005 14:17:37 -0500

Index: usata2/src/usata.hpp
diff -u usata2/src/usata.hpp:1.8 usata2/src/usata.hpp:1.9
--- usata2/src/usata.hpp:1.8    Sun Jan  9 08:57:22 2005
+++ usata2/src/usata.hpp        Sat Jan 15 19:17:35 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: usata.hpp,v 1.8 2005/01/09 08:57:22 skunix Exp $
+// $Id: usata.hpp,v 1.9 2005/01/15 19:17:35 skunix Exp $
 
 #ifndef USATA_USATA_HPP
 #define USATA_USATA_HPP
@@ -37,7 +37,8 @@
                int run();
                int loop();
 
-               SceneManager& scene() const { return *scene_manager.get(); } 
+               SceneManager& scene() const { return *scene_manager.get(); }    
+               TextureManager& textures() const { return 
*texture_manager.get();} 
        
        };
 




reply via email to

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