Day2 of restructuring/rewriting

This commit is contained in:
Such Meme, Many Skill
2020-03-18 23:58:32 +01:00
parent ff618bc285
commit 9d36f741d9
30 changed files with 981 additions and 1503 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
int utils_mmcMenu();
int utils_mmcMenu();
void utils_copystring(const char *in, char **out);