1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-28 06:50:49 +01:00
segatools-dniel97/board/config.h

11 lines
171 B
C
Raw Normal View History

2019-06-04 04:27:45 +02:00
#pragma once
#include <stdbool.h>
#include <stddef.h>
struct aime_config {
bool enable;
};
void aime_config_load(struct aime_config *cfg, const wchar_t *filename);