1
0
mirror of synced 2024-11-24 05:50:12 +01:00
bananatools/tekkenio/config.h

16 lines
290 B
C
Raw Normal View History

2023-09-18 10:15:27 +02:00
#pragma once
#include <stddef.h>
#include <stdint.h>
struct tekken_najv4_config {
uint8_t test;
uint8_t service;
uint8_t up;
uint8_t down;
uint8_t enter;
uint8_t coin;
};
void tekken_io_najv4_config_load(struct tekken_najv4_config *cfg, const wchar_t *filename);