1
0
mirror of synced 2025-01-31 04:13:43 +01:00

8 lines
129 B
C
Raw Normal View History

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