summaryrefslogtreecommitdiffhomepage
path: root/src/wall.h
diff options
context:
space:
mode:
authorarngo <[email protected]>2023-05-28 17:07:52 -0400
committerarngo <[email protected]>2023-05-28 17:07:52 -0400
commitf957f91efd243a87f17c565918d55470736182fa (patch)
tree909e68cd697da7621cd9c30ea2e13aee911e9de4 /src/wall.h
parent81859447e9b004a142fa126326a74aed4e8e805d (diff)
parentb3c02a644b9412f07c95621385488954c5b98dfc (diff)
downloadTOJam2023-f957f91efd243a87f17c565918d55470736182fa.tar.gz
TOJam2023-f957f91efd243a87f17c565918d55470736182fa.zip
Merge branch 'master' of github.com:realtradam/TOJam2023
Diffstat (limited to 'src/wall.h')
-rw-r--r--src/wall.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wall.h b/src/wall.h
index 684c595..07990fa 100644
--- a/src/wall.h
+++ b/src/wall.h
@@ -24,4 +24,10 @@ coords_inside_wall(
);
void
+moving_wall_resolver(
+ rodeo_collision_2d_world_item_t *obj_collision,
+ rodeo_collision_2d_world_item_t *wall_collision
+);
+
+void
draw_level(void);