00001 00006 #ifndef DKUTIL_C_FILESYSTEMS_H 00007 #define DKUTIL_C_FILESYSTEMS_H 00008 00009 #include "dkcSerialize.h" 00010 #include "dkcSJISFileSystem.h" 00011 #include "dkcSafeFileSystem.h" 00012 #include "dkcStream.h" 00013 /* 00014 #ifndef DKUTIL_C_SAFE_FILESYSTEM_C 00015 # include "dkcSafeFileSystem.c" 00016 #endif 00017 00018 #ifndef DKUTIL_C_SERIALIZE_C 00019 # include "dkcSerialize.c" 00020 #endif 00021 00022 #ifndef DKUTIL_C_SJIS_FILESYSTEM_C 00023 # include "dkcSJISFileSystem.c" 00024 #endif 00025 00026 #ifndef DKUTIL_C_STREAM_C 00027 # include "dkcStream.c" 00028 #endif 00029 */ 00030 00031 #endif //end of include once