summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game.h b/src/game.h
index 67cd97e6..13e8c472 100644
--- a/src/game.h
+++ b/src/game.h
@@ -64,14 +64,6 @@ extern volatile int tick_time;
extern int server_tick;
/**
- * Handle a key press.
- *
- * @return <code>true</code> when the key is used, <code>false</code>
- * otherwise.
- */
-bool handle_key(int unicode, int scancode);
-
-/**
* Main game loop
*/
void game();