Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-06-02 16:20:47 +0000
committerStijn Buys <ingar@osirion.org>2008-06-02 16:20:47 +0000
commit8c17868585e2a12f947ec387947c4521ef21d775 (patch)
tree83d36d3dc36698aa0d36a3b9b9a8bb0826520586 /src/client/chat.h
parent0f87d2fd05786f7ab128d4a041673f6fb085139f (diff)
keyboard binds
Diffstat (limited to 'src/client/chat.h')
-rw-r--r--src/client/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/chat.h b/src/client/chat.h
index 71fb9f5..fdf4c70 100644
--- a/src/client/chat.h
+++ b/src/client/chat.h
@@ -30,7 +30,7 @@ void draw();
void toggle();
/// handle keyboard input
-void keypressed(int key);
+void keypressed(unsigned int key);
/// true of the console is visible
bool visible();