summaryrefslogtreecommitdiff
path: root/src/hexen/in_lude.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/in_lude.c')
-rw-r--r--src/hexen/in_lude.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/hexen/in_lude.c b/src/hexen/in_lude.c
index 8e95596d..4164d549 100644
--- a/src/hexen/in_lude.c
+++ b/src/hexen/in_lude.c
@@ -22,12 +22,13 @@
//
//-----------------------------------------------------------------------------
+#include <ctype.h>
#include "h2def.h"
#include "s_sound.h"
#include "i_system.h"
#include "i_video.h"
-#include <ctype.h>
+#include "p_local.h"
#include "v_video.h"
// MACROS ------------------------------------------------------------------
@@ -48,10 +49,6 @@ typedef enum
// PUBLIC FUNCTION PROTOTYPES ----------------------------------------------
-void IN_Start(void);
-void IN_Ticker(void);
-void IN_Drawer(void);
-
// PRIVATE FUNCTION PROTOTYPES ---------------------------------------------
static void WaitStop(void);