Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Variables
PlayersOnline.hpp File Reference
#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"
Include dependency graph for PlayersOnline.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PlayersOnline
 

Variables

const int SESSION_LENGTH = 128
 

Variable Documentation

const int SESSION_LENGTH = 128