aimeio: Factor out emulated reader assembly app logic

This commit is contained in:
Tau
2019-02-25 21:56:45 -05:00
parent 2cbb18604b
commit 662bfa55ec
8 changed files with 158 additions and 63 deletions

View File

@ -1,3 +1,5 @@
#pragma once
void com12_hook_init(void);
#include <windows.h>
HRESULT com12_hook_init(void);