mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-17 08:22:49 +00:00
rogueviz:: RVCOL stuff that was missing from rogueviz.h
This commit is contained in:
parent
77791f212e
commit
611d305ac5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user