FKey function, fix goto build, GetLine, remedybg

This commit is contained in:
Krzosa Karol
2025-05-13 09:04:52 +02:00
parent 7eec390752
commit f7f2aafc56
9 changed files with 43 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
CmdParser MakeCmdParser(MA_Arena *arena, int argc, char **argv, const char *custom_help) {
CmdParser result = {argc, argv, arena, custom_help};
return result;