mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
filedialog and infix moved from mapeditor.cpp to dialogs.cpp
This commit is contained in:
9
hyper.h
9
hyper.h
@@ -1133,6 +1133,15 @@ namespace dialog {
|
||||
extern bool sidedialog;
|
||||
extern int dialogflags;
|
||||
extern int dcenter;
|
||||
|
||||
void openFileDialog(string& filename, string fcap, string ext);
|
||||
|
||||
extern string infix;
|
||||
bool hasInfix(const string &s);
|
||||
bool editInfix(int uni);
|
||||
|
||||
void vpush(int i, const char *name);
|
||||
extern vector<pair<string, int> > v;
|
||||
}
|
||||
|
||||
void checkStunKill(cell *dest);
|
||||
|
Reference in New Issue
Block a user