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

Diff of /usata2/src/texture-meta.hpp

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

revision 1.1 by skunix, Sun Dec 26 02:40:00 2004 UTC revision 1.2 by skunix, Sun Dec 26 08:03:34 2004 UTC
# Line 11  Line 11 
11  // http://www.fsf.org/licenses/gpl.html.  // http://www.fsf.org/licenses/gpl.html.
12  //  //
13  // $Log$  // $Log$
14    // Revision 1.2  2004/12/26 08:03:34  skunix
15    // changed lambda::bind's to boost::binds
16    //
17  // Revision 1.1  2004/12/26 02:40:00  skunix  // Revision 1.1  2004/12/26 02:40:00  skunix
18  // forgot to add texture-meta.hpp  // forgot to add texture-meta.hpp
19  //  //
# Line 32  namespace usata Line 35  namespace usata
35                  boost::filesystem::path filepath;                  boost::filesystem::path filepath;
36                  bool static_;                  bool static_;
37                  std::string alias;                  std::string alias;
                 TextureMeta(const std::string&);  
38                  TextureMeta(const boost::filesystem::path&);                  TextureMeta(const boost::filesystem::path&);
39          };          };
40          typedef boost::function<void(const TextureMeta*)> AddTexMetaFunc;          typedef boost::function<void(const TextureMeta*)> AddTexMetaFunc;
41          bool          bool
42          texture_meta_parse(const std::string& filename, const AddTexMetaFunc&add);          texture_meta_parse(const boost::filesystem::path &file, const AddTexMetaFunc&add);
43    
44  }  }
45  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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