/[usata]/usata2/src/usata.cpp
ViewVC logotype

Diff of /usata2/src/usata.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by Descender, Sun Dec 26 18:36:42 2004 UTC revision 1.12 by skunix, Fri Dec 31 07:27:46 2004 UTC
# Line 19  Line 19 
19  #include "system.hpp"  #include "system.hpp"
20  #include "log.hpp"  #include "log.hpp"
21  #include "texture.hpp"  #include "texture.hpp"
22    #include "scene-manager.hpp"
23  #include <stdexcept>  #include <stdexcept>
24  #include <boost/format.hpp>  #include <boost/format.hpp>
25  #include <boost/filesystem/operations.hpp>  #include <boost/filesystem/operations.hpp>
# Line 64  namespace Line 65  namespace
65    
66  }  }
67  Usata::Usata()  Usata::Usata()
68  :       texture_manager(new TextureManager)  :       texture_manager(new TextureManager),
69            scene(new SceneManager)
70  {  {
71                            
72  }  }
73    
74  Usata::~Usata()  Usata::~Usata()

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26