mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
6 lines
119 B
C
6 lines
119 B
C
#include "idmac/fastio.h"
|
|
|
|
HRESULT fastio_hook_init(fastio_provider_t main, fastio_provider_t sub)
|
|
{
|
|
return S_OK;
|
|
} |