mirror of
https://github.com/ApfelTeeSaft/UniversalSlashingSimulator.git
synced 2026-08-26 19:33:39 +00:00
12 lines
242 B
C++
12 lines
242 B
C++
// TODO: @timmie replace with ur offset finder or whatever lol
|
|
|
|
#include "../Common.h"
|
|
#include "../../../external/memcury/memcury.h"
|
|
|
|
class PatternScanner
|
|
{
|
|
public:
|
|
static PatternScanner* Get();
|
|
public:
|
|
uintptr_t FindGetEngineVersion();
|
|
}; |