forked from Hay1tsme/segatools
6d933eb8f4
Easier to type and more consistent with its identifiers.
18 lines
322 B
C
18 lines
322 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "amex/config.h"
|
|
|
|
#include "jvs/jvs-bus.h"
|
|
|
|
DEFINE_GUID(
|
|
jvs_guid,
|
|
0xDB6BBB45,
|
|
0xCC96,
|
|
0x4288,
|
|
0xAA, 0x00, 0x6C, 0x00, 0xD7, 0x67, 0xBD, 0xBF);
|
|
|
|
HRESULT jvs_hook_init(const struct jvs_config *cfg);
|
|
void jvs_attach(struct jvs_node *root);
|