1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-21 02:03:16 +00:00

rogueviz:: export latex_cachename

This commit is contained in:
Zeno Rogue 2025-02-24 10:56:08 +01:00
parent 0d7d1e3063
commit 63a9e15977

@ -272,6 +272,7 @@ function<void(presmode)> roguevizslide_action(char c, const T& t, const U& act)
static constexpr flagtype LATEX_COLOR = 1;
void show_latex(presmode mode, string s);
string latex_cachename(string s, flagtype flags);
void dialog_add_latex(string s, color_t color, int size = 100, flagtype flag = 0);
void dialog_may_latex(string latex, string normal, color_t col = dialog::dialogcolor, int size = 100, flagtype flag = 0);
void uses_game(presmode mode, string name, reaction_t launcher, reaction_t restore);