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.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/usata.cpp
Date: Fri, 31 Dec 2004 03:35:47 -0500

Index: usata2/src/usata.cpp
diff -u usata2/src/usata.cpp:1.11 usata2/src/usata.cpp:1.12
--- usata2/src/usata.cpp:1.11   Sun Dec 26 18:36:42 2004
+++ usata2/src/usata.cpp        Fri Dec 31 07:27:46 2004
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: usata.cpp,v 1.11 2004/12/26 18:36:42 Descender Exp $
+// $Id: usata.cpp,v 1.12 2004/12/31 07:27:46 skunix Exp $
 
 #include "usata.hpp"
 #include "config.hpp"
@@ -19,6 +19,7 @@
 #include "system.hpp"
 #include "log.hpp"
 #include "texture.hpp"
+#include "scene-manager.hpp"
 #include <stdexcept>
 #include <boost/format.hpp>
 #include <boost/filesystem/operations.hpp>
@@ -64,9 +65,10 @@
 
 }
 Usata::Usata()
-:      texture_manager(new TextureManager)
+:      texture_manager(new TextureManager),
+       scene(new SceneManager)
 {
-       
+               
 }
 
 Usata::~Usata()




reply via email to

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