added type definition for hash table structure
[rocksndiamonds.git] / src / game_bd / bd_cave.c
index cf7bc8af83018795f21a7e60e356900c6547dee5..30b9e766c18cece36b23ce5bb1b300b812ee3cc4 100644 (file)
@@ -81,7 +81,7 @@ static const char* scheduling_filename[] =
   "bd2ckatari"
 };
 
-static struct hashtable *name_to_element;
+static HashTable *name_to_element;
 GdElement gd_char_to_element[256];
 
 /* color of flashing the screen, gate opening to exit */