1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-13 16:00:46 +01:00
segatools-dniel97/amex/jvs.h

18 lines
322 B
C
Raw Normal View History

2018-11-08 20:20:48 +01:00
#pragma once
#include <windows.h>
#include "amex/config.h"
2019-05-04 19:12:20 +02:00
2018-11-08 20:20:48 +01:00
#include "jvs/jvs-bus.h"
DEFINE_GUID(
jvs_guid,
0xDB6BBB45,
0xCC96,
0x4288,
0xAA, 0x00, 0x6C, 0x00, 0xD7, 0x67, 0xBD, 0xBF);
2019-05-04 19:12:20 +02:00
HRESULT jvs_hook_init(const struct jvs_config *cfg);
2018-11-08 20:20:48 +01:00
void jvs_attach(struct jvs_node *root);