Read decorations indices from a separate texture

This commit is contained in:
Kovid Goyal
2024-12-14 17:37:07 +05:30
parent b2a4db2028
commit 88f796a94c
7 changed files with 154 additions and 62 deletions

View File

@@ -331,7 +331,7 @@ void request_window_attention(id_type, bool);
void play_canberra_sound(const char *which_sound, const char *event_id, bool is_path, const char *role, const char *theme_name);
#endif
SPRITE_MAP_HANDLE alloc_sprite_map(void);
SPRITE_MAP_HANDLE free_sprite_map(SPRITE_MAP_HANDLE);
void free_sprite_data(FONTS_DATA_HANDLE);
const char* get_hyperlink_for_id(const HYPERLINK_POOL_HANDLE, hyperlink_id_type id, bool only_url);
#define memset_array(array, val, count) if ((count) > 0) { \