runtime toggle of ENHANCED_SYMBOLS customsymbols

This commit is contained in:
nhmall
2024-03-24 19:39:36 -04:00
parent 780d0912ee
commit 29495f77f7
10 changed files with 72 additions and 30 deletions

View File

@@ -129,6 +129,12 @@ enum graphics_sets {
UNICODESET = NUM_GRAPHICS
};
enum do_customizations {
do_custom_none,
do_custom_colors,
do_custom_symbols
};
enum customization_types { custom_none, custom_symbols,
custom_ureps, custom_nhcolor, custom_count };