aboutsummaryrefslogtreecommitdiff
path: root/obj.h
diff options
context:
space:
mode:
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