Rename the hash table to thumbs_hash_table.
[gliv.git] / src / include / textures.h
blobb506e3d2ad58dae198a22ecd7279a887a261acaa
1 #ifndef TEXTURES_H
2 #define TEXTURES_H
4 #include "gliv.h"
5 #include "gliv_image.h"
7 void prioritize_textures(gliv_image * im, gboolean is_prio);
8 void create_maps(gliv_image * im);
10 #endif