aboutsummaryrefslogtreecommitdiff
path: root/obj.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-01 20:40:29 +1000
committerquou <quou@disroot.org>2024-10-01 20:40:29 +1000
commit61d70551166de46cfda7ee5d6212817859153335 (patch)
treec8cf645f0e46d22c4f3e4b7cb0baaaa3622381cf /obj.h
parent5ae0a01f81f98b6bed04ec6e3c6a687317489d91 (diff)
hud
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/obj.h b/obj.h
index a74b015..c7d9589 100644
--- a/obj.h
+++ b/obj.h
@@ -79,4 +79,6 @@ void init_deathzone(
);
int update_deathzone(Deathzone* d);
+void ren_hud(const struct World* w, struct Renderer* r);
+
#endif