![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
Go to the source code of this file.
Typedefs | |
typedef unsigned int(* | HashFunc) (const void *item) |
typedef int(* | HashValueCmpFunc) (const void *a, const void *b) |
Functions | |
struct HashTable * | hashtable_new (HashFunc func, HashValueCmpFunc cmp, int size, int valueSize) |
void | hashtable_free (struct HashTable *ht) |
void | hashtable_insert (struct HashTable *ht, const void *value) |
void * | hashtable_query (struct HashTable *ht, const void *value) |