Added wacca stub code

This commit is contained in:
2021-12-21 00:02:17 -05:00
committed by Hay1tsme
parent 9cecd08f26
commit 08832ea140
20 changed files with 764 additions and 1 deletions

7
mercuryhook/io4.h Normal file
View File

@ -0,0 +1,7 @@
#pragma once
#include <windows.h>
#include "board/io4.h"
HRESULT mercury_io4_hook_init(const struct io4_config *cfg);