]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/goals.h
(#639) Make rigid bodies interact with platforms
[nothing.git] / src / game / level / goals.h
index de4900b9ec3657073fbb00557e3100cd0b7367df..98855bf058de935bd68f130e4ba04f0a572a57aa 100644 (file)
@@ -29,8 +29,6 @@ void goals_checkpoint(const Goals *goals,
 void goals_cue(Goals *goals,
                const Camera *camera);
 
-void goals_hide(Goals *goals, const char *id);
-
 struct EvalResult goals_send(Goals *goals, Gc *gc, struct Scope *scope, struct Expr path);
 
 #endif  // GOALS_H_