blob: 3ba769a808f12ab986e0899c8f6e54373a99c55f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "../process64.h"
#include "../setting.h"
#include "../perf.h"
extern SETTING_HOLDER gcfg;
extern PROCESS64* hack_init();
extern bool hack_run( PROCESS64* p );
|