LwoConvert.hpp

Go to the documentation of this file.
00001 /* COPYRIGHT
00002  *
00003  * This file is part of the Simple Object Loader and Renderer - SOLAR
00004  *
00005  * Read the file "SOLAR-LICENSE" for the license.
00006  *
00007  * Authors & Copyright:
00008  *
00009  * Tommi Ilmonen, 2001-2003, except LWO-code by RJ, 2001-2003
00010  *
00011  * Tommi's email: firstname.lastname@hut.fi
00012  *
00013  */
00014 
00015 #ifndef SOLAR_LWO_CONVERT_HPP
00016 #define SOLAR_LWO_CONVERT_HPP
00017 
00018 class LWOReader;
00019 
00020 namespace Solar {
00021 
00022 class Model;
00023 
00024   class LwoConvert {
00025   public:
00026     static bool convert(Solar::Model *, LWOReader *);
00027     static bool load(Solar::Model *, const char *);
00028   };
00029 
00030 } // namespace Solar
00031 
00032 #endif

Generated on Mon Mar 12 21:09:00 2007 for VEE - The Visual Effects Engine by  doxygen 1.4.6