From 4cacaad9e392bf5fe63a90019411f21a72db0e7a Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 27 Jul 2024 15:44:45 +1000 Subject: WIP raycasting --- map.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 map.h (limited to 'map.h') diff --git a/map.h b/map.h new file mode 100644 index 0000000..6b99d9a --- /dev/null +++ b/map.h @@ -0,0 +1,8 @@ +#ifndef map_h +#define map_h + +typedef struct Map { + int w, h; +} Map; + +#endif -- cgit v1.2.3-54-g00ecf