Conversation code cleaned up a lot.

This commit is contained in:
2021-07-27 08:05:58 -07:00
parent 31f61cac69
commit 2a4b1fa8da
19 changed files with 349 additions and 214 deletions

View File

@ -40,6 +40,8 @@ int32_t main() {
game_t *game = malloc(sizeof(game_t));
GAME_STATE = game;
input_t *input = &game->engine.input;
printf("Game is %zu bytes.\n", sizeof(game_t));
// Init the render resolution
renderSetResolution(&game->engine.render,