X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmisc.h;h=5c23eb76427069cae31c5f19e175f8d2e095b911;hb=8cef2a63b6c56ba086183693d3f73f02862cbd8f;hp=0c5ef87feaa9121e0e35a0aa18c265b28cfee847;hpb=a3e03699f98cea96701f985296056f6974d9305c;p=rocksndiamonds.git diff --git a/src/misc.h b/src/misc.h index 0c5ef87f..5c23eb76 100644 --- a/src/misc.h +++ b/src/misc.h @@ -41,5 +41,6 @@ void MarkTileDirty(int, int); void GetOptions(char **); void Error(int, char *, ...); void *checked_malloc(unsigned long); +char *getKeySymName(KeySym); #endif