mirror of
https://gitea.tendokyu.moe/TeamTofuShop/bananatools.git
synced 2026-09-22 22:37:56 +03:00
8 lines
128 B
C
8 lines
128 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
|
|
#include "jvs/jvs-bus.h"
|
|
|
|
HRESULT mkac_jvs_init(struct jvs_node **root); |