mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-11 20:37:09 +01:00
11 lines
253 B
C
11 lines
253 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
|
|
#include "board/io4.h"
|
|
#include "board/sg-reader.h"
|
|
|
|
void aime_config_load(struct aime_config *cfg, const wchar_t *filename);
|
|
void io4_config_load(struct io4_config *cfg, const wchar_t *filename);
|