PolygonDLL/PolygonClientUtilities/Application.h

11 lines
347 B
C

#pragma once
#if defined(ARBITERBUILD) && defined(PLAYER2012)
#include "Classes.h"
typedef BOOL(__thiscall* Application__ParseArguments_t)(int _this, int a2, const char* argv);
BOOL __fastcall Application__ParseArguments_hook(int _this, void*, int a2, const char* argv);
extern Application__ParseArguments_t Application__ParseArguments;
#endif