This commit is contained in:
1 1
2020-12-31 15:35:46 +03:00
commit cd5ffe60a5
161 changed files with 20185 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include "iw5mp_addresses_declaration.h"
#include "PatternSearcher.h"
#include "compiletime_XORstring.h"
namespace iw5mp_addresses_definition
{
void DefineAddresses_PatternSearching();
void DefineAddresses_ConstValues();
};