]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/script.h
(#694) Fix box pushing mechanics
[nothing.git] / src / game / level / script.h
index fb772ab72cc75e660b8fed552766619df63ca126..d5b1d66b40637a5351e563158037dd0230d6dd8d 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef SCRIPT_H_
 #define SCRIPT_H_
 
+#include <stdbool.h>
+
 typedef struct Script Script;
 typedef struct LineStream LineStream;
 typedef struct Broadcast Broadcast;