00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
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 }
00030
00031 #ifdef Linux
00032 #define WITH_jpeg
00033 #endif
00034
00035 #endif // __FIBER_IMGSEQBUNDLELOADER_HPP