rnd-19981021-1
[rocksndiamonds.git] / src / misc.h
index 0c5ef87feaa9121e0e35a0aa18c265b28cfee847..5c23eb76427069cae31c5f19e175f8d2e095b911 100644 (file)
@@ -41,5 +41,6 @@ void MarkTileDirty(int, int);
 void GetOptions(char **);
 void Error(int, char *, ...);
 void *checked_malloc(unsigned long);
+char *getKeySymName(KeySym);
 
 #endif