Make aspect global

This commit is contained in:
2025-10-18 17:43:22 +01:00
parent 5604675ca6
commit 26b9e1da94
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();