From 8c17868585e2a12f947ec387947c4521ef21d775 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 2 Jun 2008 16:20:47 +0000 Subject: keyboard binds --- src/client/chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/chat.h') 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(); -- cgit v1.2.3