mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 05:16:00 +00:00
rogueviz:: RVCOL stuff that was missing from rogueviz.h
This commit is contained in:
@@ -383,9 +383,15 @@ namespace smoothcam {
|
||||
}
|
||||
|
||||
#if RVCOL
|
||||
enum class rvlc { num, s, ms };
|
||||
void rv_achievement(const string& name);
|
||||
void rv_leaderboard(const string& name, int score);
|
||||
void rv_leaderboard(const string& name, int score, int highisgood, rvlc x);
|
||||
void rv_leaderboard(const string& name, int score, int highisgood, rvlc x, const string& data);
|
||||
#endif
|
||||
}
|
||||
|
||||
#if RVCOL
|
||||
using rogueviz::rvlc;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user