]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/goals.h
(#639) Introduce rigid_bodies_collide_with_itself
[nothing.git] / src / game / level / goals.h
index ddf92efe35bdebf0d000c13406ce08995941349a..98855bf058de935bd68f130e4ba04f0a572a57aa 100644 (file)
@@ -6,6 +6,7 @@
 #include "game/camera.h"
 #include "game/level/player.h"
 #include "game/sound_samples.h"
+#include "ebisp/expr.h"
 
 typedef struct Goals Goals;
 typedef struct LineStream LineStream;
@@ -28,7 +29,6 @@ void goals_checkpoint(const Goals *goals,
 void goals_cue(Goals *goals,
                const Camera *camera);
 
-void goals_hide(Goals *goals, const char *id);
-void goals_show(Goals *goals, const char *id);
+struct EvalResult goals_send(Goals *goals, Gc *gc, struct Scope *scope, struct Expr path);
 
 #endif  // GOALS_H_