forked from sin365/AxibugEmuOnline
13 lines
474 B
C
13 lines
474 B
C
|
<EFBFBD><EFBFBD>//
|
|||
|
// <EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>d\O
|
|||
|
//
|
|||
|
#ifndef __CARCHIVEFILE_INCLUDED__
|
|||
|
#define __CARCHIVEFILE_INCLUDED__
|
|||
|
|
|||
|
#include "typedef.h"
|
|||
|
|
|||
|
extern BOOL UnCompress( LPCSTR fname, LPBYTE* ppBuf, LPDWORD lpdwSize );
|
|||
|
|
|||
|
#endif // !__CARCHIVEFILE_INCLUDED__
|
|||
|
|
|||
|
|