segatools/board/config.h

11 lines
253 B
C
Raw Permalink Normal View History

2019-06-04 02:27:45 +00:00
#pragma once
#include <stdbool.h>
#include <stddef.h>
#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);
void io4_config_load(struct io4_config *cfg, const wchar_t *filename);