CrossFramework Library
|
00001 00006 #if defined(XBASE_INCLUDED_RESFILESTREAM_STDC_HPP) 00007 #else 00008 #define XBASE_INCLUDED_RESFILESTREAM_STDC_HPP 00009 00010 //------------------------------------------------------------ 00011 #include <cstdio> 00012 00013 //------------------------------------------------------------ 00014 namespace XBase { 00015 // C標準ライブラリ用のResFileStream拡張。 00016 class ResFileStream_EXT 00017 { 00018 public: 00019 FILE* fp; 00020 00021 ResFileStream_EXT(); 00022 }; 00023 } 00024 //------------------------------------------------------------ 00025 #endif 00026 // EOF