![]() |
Recast
1
Game with custom magic
|
#include <vector>
#include <string>
#include <unordered_map>
#include <mutex>
#include "io/SQLite.hpp"
#include "models/Player.hpp"
#include "exceptions/InvalidLoginOrPassword.hpp"
#include "exceptions/ServerFullException.hpp"
Go to the source code of this file.
Classes | |
class | PlayersOnline |
Variables | |
const int | SESSION_LENGTH = 128 |
const int SESSION_LENGTH = 128 |