1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

list of colors and brush sizes

This commit is contained in:
Zeno Rogue
2017-12-22 22:34:01 +01:00
parent 0803082c87
commit 8c7abbc33e
3 changed files with 40 additions and 21 deletions

View File

@@ -1177,6 +1177,7 @@ namespace dialog {
extern bool sidedialog;
extern int dialogflags;
extern int dcenter;
int displaycolor(unsigned col);
void openFileDialog(string& filename, string fcap, string ext, bool_reaction_t action);