CrossFramework Library
|
00001 00006 #if defined(XBASE_INCLUDED_RESFILE_HPP) 00007 #else 00008 #define XBASE_INCLUDED_RESFILE_HPP 00009 00010 //------------------------------------------------------------ 00011 #include <XBase/IAllocator.hpp> 00012 00013 //------------------------------------------------------------ 00014 namespace XBase { 00015 class AutoMemBlock; 00016 } 00017 00018 //------------------------------------------------------------ 00019 namespace XBase { 00021 00022 00026 class ResFile 00027 { 00028 public: 00038 static const AutoMemBlock Read( const char* aPath , IAllocator& aAllocator = IAllocator::Default() ); 00039 }; 00041 } 00042 //------------------------------------------------------------ 00043 #endif 00044 // EOF