Files
GTASource/game/security/plugins/debuggercheckplugin.h
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

22 lines
411 B
C

#include "security/ragesecengine.h"
#ifndef SECURITY_DEBUGGERCHECKPLUGIN_H
#define SECURITY_DEBUGGERCHECKPLUGIN_H
#if USE_RAGESEC
#if RAGE_SEC_TASK_BASIC_DEBUGGER_CHECK
#if RSG_BANK
void DebuggerCheckPlugin_Test();
#endif //RSG_BANK
bool DebuggerCheckPlugin_Init();
bool DebuggerCheckPlugin_Work();
#endif // RAGE_SEC_TASK_BASIC_DEBUGGER_CHECK
#endif // USE_RAGESEC
#endif // SECURITY_PERIODICTASKS_H