1
0
mirror of synced 2025-02-07 06:51:22 +01:00
Kevin Trocolli ea60cc4a18 add tekken
2023-09-18 04:15:27 -04:00

8 lines
130 B
C

#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "jvs/jvs-bus.h"
HRESULT tekken_jvs_init(struct jvs_node **root);