improved SDL_GetTicks without SDL, and getticks() replaced with it

This commit is contained in:
Zeno Rogue
2018-07-23 16:17:49 +02:00
parent ba92dd4b32
commit ce08ec2a1f
4 changed files with 14 additions and 15 deletions
-2
View File
@@ -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"); }