diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-28 00:23:44 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-28 00:23:44 +0000 |
commit | faea1f108929fb01da91456ef36aecdca3e55d99 (patch) | |
tree | 2c636da0ee19873afb48e7f3034ee0459b576d96 /NorthstarDedicatedTest/buildainfile.h | |
parent | fd0697f1ca5a39508805a7061247b60ac20e4ff2 (diff) | |
download | NorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.tar.gz NorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.zip |
initial work on ain file dumping
Diffstat (limited to 'NorthstarDedicatedTest/buildainfile.h')
-rw-r--r-- | NorthstarDedicatedTest/buildainfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/buildainfile.h b/NorthstarDedicatedTest/buildainfile.h new file mode 100644 index 00000000..a3c0e090 --- /dev/null +++ b/NorthstarDedicatedTest/buildainfile.h @@ -0,0 +1,3 @@ +#pragma once + +void InitialiseBuildAINFileHooks(HMODULE baseAddress);
\ No newline at end of file |