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:
11
dialogs.cpp
11
dialogs.cpp
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user