Disabled display resizability and typos.

This commit is contained in:
Ulysse Cura 2026-08-03 23:42:59 +02:00
parent a5e9046632
commit 598784c249
3 changed files with 5 additions and 3 deletions

@ -1 +1 @@
Subproject commit 3e341a0cf4bd172116f9c0e5def3718d334ea50e Subproject commit ccc40e8d15ebc168fb83c0cff5bc9d12a8a4f270

View File

@ -1,5 +1,6 @@
#include "memory_alloc.h"
#include "sprite_component.h" #include "sprite_component.h"
#include "memory_alloc.h"
#include "display.h" #include "display.h"
#include "game.h" #include "game.h"

View File

@ -1,5 +1,6 @@
#include "memory_alloc.h"
#include "transform_component.h" #include "transform_component.h"
#include "memory_alloc.h"
#include "game.h" #include "game.h"
// Args : frect_t bounds, double speed // Args : frect_t bounds, double speed