Big commit in orange: Interface icons for materials, textures
world and lamp. Also for images in pupmenus. Also preparation for work on using preview images in imagebrowser. -- Andrea
This commit is contained in:
@@ -48,6 +48,7 @@ GHash* BLI_ghash_new (GHashHashFP hashfp, GHashCmpFP cmpfp);
|
||||
void BLI_ghash_free (GHash *gh, GHashKeyFreeFP keyfreefp, GHashValFreeFP valfreefp);
|
||||
|
||||
void BLI_ghash_insert (GHash *gh, void *key, void *val);
|
||||
int BLI_ghash_remove (GHash *gh, void *key, GHashKeyFreeFP keyfreefp, GHashValFreeFP valfreefp);
|
||||
void* BLI_ghash_lookup (GHash *gh, void *key);
|
||||
int BLI_ghash_haskey (GHash *gh, void *key);
|
||||
|
||||
@@ -110,5 +111,8 @@ int BLI_ghashutil_ptrcmp (void *a, void *b);
|
||||
unsigned int BLI_ghashutil_strhash (void *key);
|
||||
int BLI_ghashutil_strcmp (void *a, void *b);
|
||||
|
||||
unsigned int BLI_ghashutil_inthash (void *ptr);
|
||||
int BLI_ghashutil_intcmp(void *a, void *b);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user