init.hpp

00001 
00002 //
00003 // $Id: init.hpp,v 1.1 2004/09/10 14:56:58 werner Exp $
00004 //
00005 // $Log: init.hpp,v $
00006 // Revision 1.1  2004/09/10 14:56:58  werner
00007 // Preliminiary file system support.
00008 //
00009 //
00011 #ifndef __FIBER_FSBUNDLEINIT_HPP
00012 #define __FIBER_FSBUNDLEINIT_HPP "Created 27.02.2001 21:42:27 by werner"
00013 
00014 #include "fsAPI.h"
00015 
00016 namespace Fiber
00017 {
00018 
00019 struct  FSBUNDLE_API FS 
00020 {
00021 static  bool initialized;
00022 static  bool init();
00023 };
00024 
00025 } /* namespace Fiber */ 
00026 
00027 #endif /* __FIBER_FSBUNDLEINIT_HPP */
00028