Otclient
14/8/2020
|
#include "client.h"
#include <framework/core/modulemanager.h>
#include <framework/core/resourcemanager.h>
#include <framework/graphics/graphics.h>
#include "game.h"
#include "map.h"
#include "shadermanager.h"
#include "spritemanager.h"
#include "minimap.h"
#include <framework/core/configmanager.h>
Go to the source code of this file.
Variables | |
Client | g_client |
Client g_client |
Definition at line 34 of file client.cpp.