mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 09:42:59 +00:00
rvcol achievements in rogueviz.h
This commit is contained in:
@@ -412,6 +412,14 @@ namespace smoothcam {
|
|||||||
void append_backup();
|
void append_backup();
|
||||||
void set_time(ld t);
|
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
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user