Otclient  14/8/2020
game.h File Reference
#include "declarations.h"
#include "item.h"
#include "animatedtext.h"
#include "effect.h"
#include "creature.h"
#include "container.h"
#include "protocolgame.h"
#include "localplayer.h"
#include "outfit.h"
#include <framework/core/timer.h>
#include <bitset>
Include dependency graph for game.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  UnjustifiedPoints
 
class  Game
 

Typedefs

typedef std::tuple< std::string, uint, std::string, int, bool > Vip
 

Variables

Game g_game
 

Typedef Documentation

◆ Vip

typedef std::tuple<std::string, uint, std::string, int, bool> Vip

Definition at line 58 of file game.h.

Variable Documentation

◆ g_game

Game g_game

Definition at line 37 of file game.cpp.