Game updates

This commit is contained in:
2025-10-01 17:07:29 -05:00
parent 22e2f703db
commit a734ecaa10
21 changed files with 77 additions and 235 deletions

View File

@@ -5,7 +5,7 @@
* https://opensource.org/licenses/MIT
*/
#include "game.h"
#include "game/game.h"
errorret_t gameInit(void) {
errorOk();
@@ -15,6 +15,10 @@ void gameUpdate(void) {
}
void gameRender(void) {
}
void gameDispose(void) {
}