board: Shift config structs around

This commit is contained in:
Tau
2019-11-05 19:40:00 -05:00
parent f8289689f0
commit f11a3cb657
4 changed files with 7 additions and 5 deletions

View File

@ -5,6 +5,7 @@
#include <stddef.h>
#include "board/config.h"
#include "board/sg-reader.h"
void aime_config_load(struct aime_config *cfg, const wchar_t *filename)
{