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:
parent
90a829ddc7
commit
31cac549bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user