summaryrefslogtreecommitdiffhomepage
path: root/src/fov.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-07-23 23:47:26 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-07-23 23:47:26 +0100
commitc8d7588251fd4fe63ac6afe2a90ca7066c786609 (patch)
treef547831424d20c6f1b3f2b6bdea97c2f53502deb /src/fov.h
parent8f5673d5f4e63b158b1cd2a2aef874ac83b3662d (diff)
Add event system
Diffstat (limited to 'src/fov.h')
-rw-r--r--src/fov.h6
1 files changed, 0 insertions, 6 deletions
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 <stdbool.h>
-#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