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

Diff of /usata2/src/texture.hpp

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

revision 1.6 by skunix, Tue Jan 18 00:12:08 2005 UTC revision 1.7 by skunix, Wed Jan 19 06:28:47 2005 UTC
# Line 46  namespace usata Line 46  namespace usata
46    
47          typedef boost::shared_ptr<Texture> Texture_sp;          typedef boost::shared_ptr<Texture> Texture_sp;
48    
49          class ImageManager : public ResourceManager<Texture, TextureMeta, std::string>          class TextureMapManager : public ResourceManager<Texture, TextureMeta, std::string>
50          {          {
51                  typedef resource Image_sp;                  typedef resource Image_sp;
52                  public:                  public:
53                          Image_sp get(const std::string& name);                          Image_sp get(const std::string& name);
54                            bool    get(const std::string& name, Image_sp&);
55                          void meta_add(const TextureMeta*);                          void meta_add(const TextureMeta*);
56                          void load_path(const boost::filesystem::path&);                          void load_path(const boost::filesystem::path&);
57          };          };
58    
59    /*
60          class TextureManager          class TextureManager
61          {          {
62                          std::auto_ptr<TextureManagerImpl> impl;                          std::auto_ptr<TextureManagerImpl> impl;
# Line 67  namespace usata Line 69  namespace usata
69                          Texture_sp get(const std::string&texAlias);                                              Texture_sp get(const std::string&texAlias);                    
70    
71          };          };
72    */
73  }  }
74  #endif    #endif  
75    

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

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