1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-10 07:41:46 +01:00

13 lines
347 B
C
Raw Normal View History

2019-06-03 22:27:45 -04:00
#pragma once
#include <stdbool.h>
#include <stddef.h>
#include "board/io4.h"
2019-11-05 19:40:00 -05:00
#include "board/sg-reader.h"
2024-02-06 12:34:11 +01:00
#include "board/vfd.h"
2019-06-03 22:27:45 -04: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);
2024-02-06 12:34:11 +01:00
void vfd_config_load(struct vfd_config *cfg, const wchar_t *filename);