1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixup to header

This commit is contained in:
Zeno Rogue 2024-06-02 18:17:59 +02:00
parent 13ff317948
commit 6a086e9764

View File

@ -800,7 +800,7 @@ string XLAT(string);
#define DKEY (get_direction_key(sym, uni))
#define DIRECTIONKEY (interpret_as_direction(sym, uni) ? uni : 0)
namespace scores { void load(); }
namespace scores { void load(); void load_only(); }
#if ISMOBILE
namespace leader { void showMenu(); void handleKey(int sym, int uni); }