From 61d70551166de46cfda7ee5d6212817859153335 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 1 Oct 2024 20:40:29 +1000 Subject: hud --- obj.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'obj.h') 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 -- cgit v1.2.3-54-g00ecf