AxibugEmuOnline/virtuanessrc097-master/Archive.h

13 lines
474 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// アーカイブファイル操作
//
#ifndef __CARCHIVEFILE_INCLUDED__
#define __CARCHIVEFILE_INCLUDED__
#include "typedef.h"
extern BOOL UnCompress( LPCSTR fname, LPBYTE* ppBuf, LPDWORD lpdwSize );
#endif // !__CARCHIVEFILE_INCLUDED__