1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-26 14:39:42 +00:00

exporting more in hyper.h

This commit is contained in:
Zeno Rogue
2018-03-30 00:20:50 +02:00
parent eafd5a1eab
commit 6399ef8180
5 changed files with 38 additions and 23 deletions

View File

@@ -530,16 +530,7 @@ namespace dialog {
reaction = reaction_t();
}
struct numberEditor {
ld *editwhat;
string s;
ld vmin, vmax, step, dft;
string title, help;
ld (*scale) (ld);
ld (*inverse_scale) (ld);
int *intval; ld intbuf;
bool positive;
} ne;
numberEditor ne;
bool editingDetail() {
return ne.editwhat == &geom3::highdetail || ne.editwhat == &geom3::middetail;