IMGBundleLoader.hpp

00001 
00002 //
00003 // $Id: IMGBundleLoader.hpp,v 1.3 2005/01/31 11:28:52 werner Exp $
00004 //
00005 // $Log: IMGBundleLoader.hpp,v $
00006 // Revision 1.3  2005/01/31 11:28:52  werner
00007 // Adjustments for Windows, VC 6.0
00008 //
00009 // Revision 1.2  2005/01/24 17:01:10  werner
00010 // Brought the image bundle loader alive via the LoaderRegistry.
00011 //
00012 // Revision 1.1  2004/11/22 14:53:26  werner
00013 // Preliminiary framework for image sequence loader/saver
00014 //
00015 // Revision 1.1  2004/10/05 13:26:39  werner
00016 // Improved I/O methods
00017 //
00019 #ifndef __FIBER_IMGSEQBUNDLELOADER_HPP
00020 #define __FIBER_IMGSEQBUNDLELOADER_HPP "Created 27.02.2001 21:42:27 by werner"
00021 
00022 #include <bundle/Bundle.hpp>
00023 
00024 namespace Fiber
00025 {
00026 
00027 void    LoadImageSequence(const RefPtr<Bundle>&Bndl, const string&url);
00028 
00029 } // namespace Fiber
00030 
00031 #ifdef  Linux
00032 #define WITH_jpeg
00033 #endif
00034 
00035 #endif // __FIBER_IMGSEQBUNDLELOADER_HPP