]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level_script.h
Merge pull request #605 from tsoding/418
[nothing.git] / src / game / level_script.h
index 9a223f370820c5fcdb452673a3abaa7c9c1e66d5..b1fd08dc8733c0aedab84ff932944e778526e72b 100644 (file)
@@ -7,15 +7,6 @@ typedef struct Gc Gc;
 struct Scope;
 typedef struct Level Level;
 
-struct EvalResult
-rect_apply_force(void *param, Gc *gc, struct Scope *scope, struct Expr args);
-
-struct EvalResult
-hide_goal(void *param, Gc *gc, struct Scope *scope, struct Expr args);
-
-struct EvalResult
-show_goal(void *param, Gc *gc, struct Scope *scope, struct Expr args);
-
 void load_level_library(Gc *gc, struct Scope *scope, Level *level);
 
 #endif  // LEVEL_SCRIPT_H_