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