1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-03-01 01:10:10 +00:00

rvcol achievements in rogueviz.h

This commit is contained in:
Zeno Rogue 2025-02-08 12:06:46 +01:00
parent 90a829ddc7
commit 31cac549bc

View File

@ -412,6 +412,14 @@ namespace smoothcam {
void append_backup();
void set_time(ld t);
}
#ifdef RVCOL
void rv_achievement(const string& name);
void rv_leaderboard(const string& name, int score);
#else
inline void rv_achievement(const string& name) {}
inline void rv_leaderboard(const string& name, int score) {}
#endif
}
#endif