X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fkeybindings.h;h=e0fdadb7a0818b9826f246d3e85c16e0862935cd;hb=ec5c4edd169be8fe8c778cabdfc7ada665629ffd;hp=085de9af4532447f156c9d8d8c05ccd620490ccc;hpb=96cc2077a4b491df2f13e71215db01ed7261cb84;p=plomrogue diff --git a/src/keybindings.h b/src/keybindings.h index 085de9a..e0fdadb 100644 --- a/src/keybindings.h +++ b/src/keybindings.h @@ -45,7 +45,7 @@ extern uint16_t get_action_key(struct KeyBinding * keybindings, char * name); /* Translate keycode to readable names of max 9 chars where possible. */ -extern char * get_keyname(uint16_t keycode); +extern char * get_keyname(struct World * world, uint16_t keycode);