"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 */
void gd_cave_db_init(void)
{
int i;
- struct hashtable *pointers;
+ HashTable *pointers;
boolean lowercase_names = TRUE;
/* TRANSLATORS: some languages (for example, german) do not have lowercase nouns. */
static void TestGeneratingUUIDs_RunTest(int nr, int always_seed, int num_uuids)
{
- struct hashtable *hash_seeds =
+ HashTable *hash_seeds =
create_hashtable(get_hash_from_string, hash_key_strings_are_equal, free, NULL);
- struct hashtable *hash_uuids =
+ HashTable *hash_uuids =
create_hashtable(get_hash_from_string, hash_key_strings_are_equal, free, NULL);
static char message[100];
int i;