typedef & PascalCase for ALL structs and enums

This commit is contained in:
2024-09-23 14:43:16 -03:00
parent e093a6d492
commit 73bf92e706
43 changed files with 795 additions and 793 deletions

View File

@ -167,7 +167,7 @@ static void main_loop(void) {
poll_events();
if (ctx.game.window_size_has_changed) {
t_vec2 size;
Vec2i size;
SDL_GetWindowSize(ctx.window, &size.x, &size.y);
ctx.game.window_w = size.x;
ctx.game.window_h = size.y;