more game.c

This commit is contained in:
theo3
2022-01-03 20:16:58 -08:00
parent 0698806e00
commit f26b2e286a
12 changed files with 530 additions and 1067 deletions
+2
View File
@@ -43,6 +43,8 @@ void MemCopy(const void* src, void* dest, u32 size);
*/
void ReadKeyInput(void);
void zMallocInit(void);
/**
* Allocate memory on heap.
*