1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 20:57:10 +00:00

racing:: myname added to scores

This commit is contained in:
Zeno Rogue
2019-01-17 14:08:10 +01:00
parent 47e43f974c
commit 46b87a20b2
3 changed files with 5 additions and 0 deletions

View File

@@ -618,6 +618,9 @@ void achievement_init();
// close the achievement system.
void achievement_close();
// get the user name
string myname();
// gain the achievement with the given name.
// flags: 'e' - for Euclidean, 's' - for Shmup, '7' - for heptagonal
// Only awarded if special modes are matched exactly.