feat: add Json config (unfinished)

This commit is contained in:
2021-10-04 07:41:29 +02:00
parent 00468f0b3a
commit 584f88dec7
11 changed files with 84 additions and 241 deletions

View File

@@ -0,0 +1,12 @@
#include "game.h"
void initGame(void)
{
}
void handleGame(void)
{
}