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

mode changes moved to config.cpp

This commit is contained in:
Zeno Rogue
2018-07-20 00:07:30 +02:00
parent 9d682aee45
commit 262d6f2a92
3 changed files with 12 additions and 10 deletions

View File

@@ -3712,4 +3712,5 @@ extern bool need_reset_geometry;
extern ld hexshift;
extern bool noshadow, bright, nohelp, dont_face_pc;
extern void switchHardcore();
}