1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-10 07:41:46 +01:00

10 lines
142 B
C
Raw Normal View History

#pragma once
2019-05-03 20:36:23 -04:00
#include <windows.h>
2019-11-03 13:01:03 -05:00
#include "jvs/jvs-bus.h"
2024-09-30 23:10:16 +02:00
HRESULT idz_jvs_hook_init(void);
2019-11-03 13:01:03 -05:00
HRESULT idz_jvs_init(struct jvs_node **root);