1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-09 23:41:35 +01:00

11 lines
179 B
C
Raw Normal View History

2024-08-20 13:30:51 +02:00
#pragma once
#include <stdint.h>
#include "tokyoio/tokyoio.h"
struct tokyo_io_backend {
void (*get_gamebtns)(uint8_t *gamebtn);
void (*get_sensors)(uint8_t *sense);
};