1
0
mirror of synced 2025-02-12 09:03:02 +01:00

8 lines
130 B
C
Raw Normal View History

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