00001 #ifndef __FIBER_IMGSEQBUNDLEINIT_HPP 00002 #define __FIBER_IMGSEQBUNDLEINIT_HPP "Created 27.02.2001 21:42:27 by werner" 00003 00004 #include "FBimgseqAPI.h" 00005 00006 namespace Fiber 00007 { 00008 00009 //struct IMGSEQBUNDLE_API ImageSequence 00010 struct ImageSequence 00011 { 00012 static bool initialized; 00013 static bool init(); 00014 }; 00015 00016 } /* namespace Fiber */ 00017 00018 #endif /* __FIBER_IMGSEQBUNDLEINIT_HPP */ 00019