]> git.lizzy.rs Git - nothing.git/blob - src/game/level_script.h
(#553) Remove labels->enabled
[nothing.git] / src / game / level_script.h
1 #ifndef LEVEL_SCRIPT_H_
2 #define LEVEL_SCRIPT_H_
3
4 #include "ebisp/expr.h"
5
6 typedef struct Gc Gc;
7 struct Scope;
8 typedef struct Level Level;
9
10 void load_level_library(Gc *gc, struct Scope *scope, Level *level);
11
12 #endif  // LEVEL_SCRIPT_H_