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

Diff of /usata2/src/usata.hpp

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

revision 1.12 by skunix, Tue Jan 25 08:28:27 2005 UTC revision 1.13 by skunix, Fri Feb 25 18:08:01 2005 UTC
# Line 23  namespace usata Line 23  namespace usata
23          class TextureMapManager;          class TextureMapManager;
24          class Object;          class Object;
25          class SceneManager;          class SceneManager;
26            class SceneLoader;
27                    
28          namespace input          namespace input
29          {          {
# Line 36  namespace usata Line 37  namespace usata
37                  std::auto_ptr<TextureMapManager>        image_manager;                  std::auto_ptr<TextureMapManager>        image_manager;
38                  std::auto_ptr<SceneManager>                     scene_manager;                  std::auto_ptr<SceneManager>                     scene_manager;
39                  std::auto_ptr<input::Manager>           input_manager;                  std::auto_ptr<input::Manager>           input_manager;
40                    std::auto_ptr<SceneLoader>                      mSceneLoader;
41            
42                  bool quit;                  bool quit;
43                  void on_quit(){ quit=true;}                  void on_quit(){ quit=true;}
44          public:          public:

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

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