limit rank games per time unit implemented

This commit is contained in:
Kai Philipp
2019-11-20 18:19:46 +01:00
parent add886ebee
commit 7c538fc436
22 changed files with 312 additions and 13 deletions
+3
View File
@@ -35,6 +35,7 @@
#include <string>
#include <ctime>
#include <vector>
typedef unsigned DB_id;
#define DB_ID_INVALID 0
@@ -45,6 +46,8 @@ struct DBPlayerData {
std::string secret;
std::string country;
std::string last_login;
std::string last_games;
std::string last_ip;
};
#endif