stoneage8.5/石器时代8.5客户端最新源代码/石器源码/other/PtternSeparationBin.h
2020-06-23 15:27:59 +08:00

6 lines
281 B
C

#ifndef _PTTERN_SEPARATION_BIN_H_
#define _PTTERN_SEPARATION_BIN_H_
BOOL AdrnInit(LPCTSTR strAdrnFileName, LPCTSTR strRealFileName, int index);
BOOL SprInit(LPCTSTR strSprAdrnFileName, LPCTSTR strSprFileName, int index);
void InitPteernSeparationBin(LPCTSTR lpszPath) ;
#endif