tekno_uttv2/ultimateteknotool.v2/iw5mp_functions_definition.h
2020-12-31 15:35:46 +03:00

13 lines
266 B
C++

#pragma once
#include "iw5mp_functions_declaration.h"
#include "PatternSearcher.h"
#include "compiletime_XORstring.h"
namespace iw5mp_functions_definition
{
void DefineAddresses_PatternSearching();
void DefineAddresses_ConstValues();
bool DefineAndVerify();
};