runtime toggle of ENHANCED_SYMBOLS customsymbols
This commit is contained in:
@@ -1106,12 +1106,13 @@ extern void dump_all_glyphids(FILE *fp) NONNULLARG1;
|
||||
extern void fill_glyphid_cache(void);
|
||||
extern void free_glyphid_cache(void);
|
||||
extern boolean glyphid_cache_status(void);
|
||||
extern void apply_customizations(enum graphics_sets which_set);
|
||||
extern void apply_customizations(enum graphics_sets which_set,
|
||||
enum do_customizations docustomize);
|
||||
extern void purge_custom_entries(enum graphics_sets which_set);
|
||||
extern void purge_all_custom_entries(void);
|
||||
extern void dump_glyphids(void);
|
||||
extern void clear_all_glyphmap_colors(void);
|
||||
extern void reset_customizations(void);
|
||||
extern void reset_customcolors(void);
|
||||
|
||||
/* ### hack.c ### */
|
||||
|
||||
@@ -3383,6 +3384,7 @@ extern char *mixed_to_utf8(char *buf, size_t bufsz, const char *str,
|
||||
void free_all_glyphmap_u(void);
|
||||
int set_map_u(glyph_map *gm, uint32 utf32ch, const uint8 *utf8str) NONNULLPTRS;
|
||||
#endif /* ENHANCED_SYMBOLS */
|
||||
extern void reset_customsymbols(void);
|
||||
|
||||
/* ### vault.c ### */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user