mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +00:00
improved SDL_GetTicks without SDL, and getticks() replaced with it
This commit is contained in:
@@ -86,8 +86,6 @@ int textwidth(int siz, const string &str) {
|
||||
|
||||
char action;
|
||||
|
||||
int getticks() { return SDL_GetTicks(); }
|
||||
|
||||
bool currentlyConnecting() { return false; }
|
||||
bool currentlyConnected() { return false; }
|
||||
void viewAchievements() { printf("view Achievements\n"); }
|
||||
|
Reference in New Issue
Block a user