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

further improvements to Kohonen

This commit is contained in:
Zeno Rogue
2017-09-01 22:13:41 +02:00
parent b0489b7312
commit 951566399e
3 changed files with 332 additions and 47 deletions

View File

@@ -1524,6 +1524,7 @@ void addauraspecial(const hyperpoint& h, int col, int dir);
void drawBug(const cellwalker& cw, int col);
void mainloop();
void mainloopiter();
extern bool showstartmenu;
void selectLanguageScreen();