1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-01-19 22:32:47 +01:00
2019-11-05 19:40:00 -05:00

9 lines
159 B
C

#pragma once
#include <stdbool.h>
#include <stddef.h>
#include "board/sg-reader.h"
void aime_config_load(struct aime_config *cfg, const wchar_t *filename);