summaryrefslogtreecommitdiffhomepage
path: root/src/wall.h
diff options
context:
space:
mode:
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 7b0f9fe..6e3dc48 100644
--- a/src/wall.h
+++ b/src/wall.h
@@ -16,3 +16,9 @@ new_wall(
float width,
float height
);
+
+bool
+coords_inside_wall(
+ float x,
+ float y
+);