1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

hr::SDL_GetTicks() in hyper.h

This commit is contained in:
Zeno Rogue 2019-06-28 10:00:21 +02:00
parent 0dea0e1458
commit a2073d97a2

View File

@ -5067,6 +5067,10 @@ template<class... T> void print(hstream& hs, const tuple<T...> & t) {
inline void special_log(char c) { putchar(c); }
#endif
#if !CAP_SDL && !ISFAKEMOBILE
int SDL_GetTicks();
#endif
struct logger : hstream {
int indentation;
bool doindent;