/[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.5 by Descender, Sun Dec 26 18:36:42 2004 UTC revision 1.6 by skunix, Fri Dec 31 07:27:46 2004 UTC
# Line 22  namespace usata Line 22  namespace usata
22    
23          class TextureManager;          class TextureManager;
24          class Object;          class Object;
25            class SceneManager;
26    
27          class Usata          class Usata
28          {          {
29          private:          private:
30                  void setup_video();                  void setup_video();
31                  std::auto_ptr<TextureManager> texture_manager;                  std::auto_ptr<TextureManager> texture_manager;
32                    std::auto_ptr<SceneManager> scene;
33          public:          public:
34                  Usata();                  Usata();
35                  ~Usata();                  ~Usata();
36                  int run();                  int run();
37                  bool add_object(Object*);                  bool add_object(Object*);
38                  bool add_object_gui(Object*);                  bool add_object_gui(Object*);
39                                    
40                  void remove_object(Object*);                  void remove_object(Object*);
41                    
42          };          };

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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