mu3hook/io4.c: Add Ongeki IO-4 integration

This commit is contained in:
Tau
2019-08-30 19:05:52 -04:00
parent e405a67b4f
commit 0817ff4596
2 changed files with 120 additions and 0 deletions

5
mu3hook/io4.h Normal file
View File

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