diff options
Diffstat (limited to 'src/fov.h')
-rw-r--r-- | src/fov.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |