2019-06-04 02:27:45 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2020-10-07 17:26:12 +00:00
|
|
|
#include "board/io4.h"
|
2019-11-06 00:40:00 +00:00
|
|
|
#include "board/sg-reader.h"
|
2019-06-04 02:27:45 +00:00
|
|
|
|
|
|
|
void aime_config_load(struct aime_config *cfg, const wchar_t *filename);
|
2020-10-07 17:26:12 +00:00
|
|
|
void io4_config_load(struct io4_config *cfg, const wchar_t *filename);
|