1
0
mirror of synced 2024-11-27 23:10:49 +01:00
bananatools/exvs2hook/jvs.h

8 lines
129 B
C
Raw Normal View History

2023-09-18 10:05:22 +02:00
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "jvs/jvs-bus.h"
HRESULT exvs2_jvs_init(struct jvs_node **root);