Changeset 39 for abuse/trunk/src/config.cpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/config.cpp
r2 r39 7 7 #include "game.hpp" 8 8 9 extern int get_key_binding( char *dir, int i);9 extern int get_key_binding(char const *dir, int i); 10 10 11 11 extern window_manager *eh; … … 37 37 38 38 /* 39 int get_key_binding(char *dir, int i)39 int get_key_binding(char const *dir, int i) 40 40 { 41 41 char tmp[100], kn[50]; … … 220 220 // Returns -1 for an invalid key code 221 221 // 222 int get_keycode( char *str)222 int get_keycode(char const *str) 223 223 { 224 224 if( !str[0] )
Note: See TracChangeset
for help on using the changeset viewer.