bananatools/tekkenhook/jvs.h

8 lines
130 B
C
Raw Normal View History

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