stoneage8.5/石器时代8.5客户端最新源代码/石器源码/other/mmogprotect.h

27 lines
734 B
C
Raw Permalink Normal View History

2020-06-23 15:27:59 +08:00
#ifndef _MMOGprotect_H
#define _MMOGprotect_H
/*#ifdef MMOGPROTECT_EXPORTS
#define MMOGP_API __declspec(dllexport)
#else
#define MMOGP_API __declspec(dllimport)
#endif
*/
#define MMOGP_API
extern MMOGP_API BOOL DisableCheated(void);
extern MMOGP_API void InitialInputScript(void);
extern MMOGP_API void QuitingInputScript(void);
extern MMOGP_API BOOL DisableInputScript(void);
extern MMOGP_API BOOL IsLMouseButtonDown(void);
extern MMOGP_API BOOL IsRMouseButtonDown(void);
extern MMOGP_API BOOL ChangedLibrary(void);
extern MMOGP_API BOOL RestoreLibrary(void);
extern MMOGP_API void InitRestore(void);
extern MMOGP_API void QuitRestore(void);
extern MMOGP_API BOOL RestoreCounter(int ratio);
#endif