]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/phantom_platforms.h
Wire up pp to level loop
[nothing.git] / src / game / level / phantom_platforms.h
index 710bc494e6d3041b2035ca1509ba2fb6df2e1d57..4b46d920b12161f158ccfd77df9f925d8e8585f7 100644 (file)
@@ -11,7 +11,7 @@ typedef struct {
 Phantom_Platforms create_phantom_platforms(RectLayer *rect_layer);
 void destroy_phantom_platforms(Phantom_Platforms pp);
 
-void phantom_platforms_render(Phantom_Platforms *pp, Camera *camera);
+void phantom_platforms_render(const Phantom_Platforms *pp, const Camera *camera);
 void phantom_platforms_update(Phantom_Platforms *pp, float dt);
 void phantom_platforms_hide_at(Phantom_Platforms *pp, Vec2f position);