added function to remove entry from hash
[rocksndiamonds.git] / src / files.h
index e324404b36da0739bd41f6ce34fe9b105d77bca4..bf0df60cc16ac199ce641647ca8f2f7d8db4c88c 100644 (file)
@@ -74,6 +74,7 @@ void SaveSetup_EditorCascade(void);
 void SaveSetup_AddGameControllerMapping(char *);
 
 void setHideSetupEntry(void *);
+void removeHideSetupEntry(void *);
 boolean hideSetupEntry(void *);
 
 void LoadCustomElementDescriptions(void);