1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-01 12:28:05 +00:00

texture:: 'paint textures' in main menu now starts Canvas automatically

This commit is contained in:
Zeno Rogue
2019-01-03 15:16:12 +01:00
parent cd2fa33bbc
commit 9ccf82d9dc
3 changed files with 23 additions and 19 deletions

View File

@@ -3268,6 +3268,7 @@ namespace texture {
extern bool texture_aura;
bool using_aura();
void start_editor();
}
#endif