Disabled display resizability and typos.
This commit is contained in:
parent
a5e9046632
commit
598784c249
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e341a0cf4bd172116f9c0e5def3718d334ea50e
|
||||
Subproject commit ccc40e8d15ebc168fb83c0cff5bc9d12a8a4f270
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
#include "memory_alloc.h"
|
||||
#include "sprite_component.h"
|
||||
|
||||
#include "memory_alloc.h"
|
||||
#include "display.h"
|
||||
#include "game.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "memory_alloc.h"
|
||||
#include "transform_component.h"
|
||||
|
||||
#include "memory_alloc.h"
|
||||
#include "game.h"
|
||||
|
||||
// Args : frect_t bounds, double speed
|
||||
|
|
|
|||
Loading…
Reference in New Issue