summaryrefslogtreecommitdiffhomepage
path: root/src/fov.h
diff options
context:
space:
mode:
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