From c8d7588251fd4fe63ac6afe2a90ca7066c786609 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 23 Jul 2022 23:47:26 +0100 Subject: Add event system --- src/fov.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/fov.h') diff --git a/src/fov.h b/src/fov.h index a59bbc0..a057fb7 100644 --- a/src/fov.h +++ b/src/fov.h @@ -19,15 +19,9 @@ #include -#include "engineapi.h" - bool fov_init(bool has_ent); void fov_end(void); -// annoying spaghetti, from sst.c. maybe one day there could be some proper -// event system... -void fov_onload(void); - #endif // vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3