summaryrefslogtreecommitdiffhomepage
path: root/src/wall.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-28 17:05:53 -0400
committerrealtradam <[email protected]>2023-05-28 17:05:53 -0400
commitf54e3249d5c8fff4f7a64381c6dd7210c81f569a (patch)
tree9143a584c40a7614ae43f94f7685810ef12c78b3 /src/wall.h
parent9bf228460712579f867fb506b1a84022fa302452 (diff)
downloadTOJam2023-f54e3249d5c8fff4f7a64381c6dd7210c81f569a.tar.gz
TOJam2023-f54e3249d5c8fff4f7a64381c6dd7210c81f569a.zip
fix a lot, make a lot work
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 6e3dc48..2f75fd2 100644
--- a/src/wall.h
+++ b/src/wall.h
@@ -22,3 +22,9 @@ coords_inside_wall(
float x,
float y
);
+
+void
+moving_wall_resolver(
+ rodeo_collision_2d_world_item_t *obj_collision,
+ rodeo_collision_2d_world_item_t *wall_collision
+);