Make aspect global

This commit is contained in:
Camden Dixie O'Brien
2025-10-16 14:28:41 +01:00
parent 03f1bedc61
commit 34e32c6a46
7 changed files with 14 additions and 21 deletions

2
game.h
View File

@@ -1,7 +1,7 @@
#ifndef GAME_H
#define GAME_H
void game_init(float aspect);
void game_init();
void game_update();
void game_draw();