Otclient
14/8/2020
|
#include "thingtypemanager.h"
#include "spritemanager.h"
#include "thing.h"
#include "thingtype.h"
#include "itemtype.h"
#include "creature.h"
#include "creatures.h"
#include "game.h"
#include <framework/core/resourcemanager.h>
#include <framework/core/filestream.h>
#include <framework/core/binarytree.h>
#include <framework/xml/tinyxml.h>
#include <framework/otml/otml.h>
Go to the source code of this file.
Variables | |
ThingTypeManager | g_things |
ThingTypeManager g_things |
Definition at line 38 of file thingtypemanager.cpp.