Forgot to include stdbool.
This commit is contained in:
parent
67661f5beb
commit
e3cae438e9
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef GAME_H
|
||||
#define GAME_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "events.h"
|
||||
#include "texture_manager.h"
|
||||
#include "ecs.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue