summaryrefslogtreecommitdiff
path: root/src/g_game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/g_game.h')
-rw-r--r--src/g_game.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/g_game.h b/src/g_game.h
index a32a8987..65fb06b0 100644
--- a/src/g_game.h
+++ b/src/g_game.h
@@ -30,7 +30,7 @@
#include "doomdef.h"
#include "d_event.h"
-
+#include "d_ticcmd.h"
//
@@ -70,6 +70,10 @@ void G_SecretExitLevel (void);
void G_WorldDone (void);
+// Read current data from inputs and build a player movement command.
+
+void G_BuildTiccmd (ticcmd_t *cmd);
+
void G_Ticker (void);
boolean G_Responder (event_t* ev);