Forgot to include stdbool.

This commit is contained in:
Ulysse Cura 2026-07-16 22:41:48 +02:00
parent 67661f5beb
commit e3cae438e9
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef GAME_H #ifndef GAME_H
#define GAME_H #define GAME_H
#include <stdbool.h>
#include "events.h" #include "events.h"
#include "texture_manager.h" #include "texture_manager.h"
#include "ecs.h" #include "ecs.h"