|
FIFE
|
#include <string>#include <vector>#include "ext/tinyxml/fife_tinyxml.h"#include "model/model.h"#include "model/structures/layer.h"#include "model/structures/instance.h"#include "model/structures/cell.h"#include "model/structures/cellcache.h"#include "model/structures/trigger.h"#include "model/structures/triggercontroller.h"#include "model/metamodel/grids/cellgrid.h"#include "model/metamodel/modelcoords.h"#include "model/metamodel/action.h"#include "vfs/fife_boost_filesystem.h"#include "vfs/vfs.h"#include "vfs/vfsdirectory.h"#include "vfs/raw/rawdata.h"#include "util/base/exception.h"#include "util/log/logger.h"#include "util/resource/resource.h"#include "util/structures/rect.h"#include "video/imagemanager.h"#include "video/image.h"#include "video/renderbackend.h"#include "view/visual.h"#include "view/camera.h"#include "view/renderers/instancerenderer.h"#include "util/base/stringutils.h"#include "atlasloader.h"#include "maploader.h"#include "animationloader.h"#include "objectloader.h"
Include dependency graph for maploader.cpp:Go to the source code of this file.
Namespaces | |
| FIFE | |
| All FIFE related code is in this namespace. | |
Functions | |
| MapLoader * | FIFE::createDefaultMapLoader (Model *model, VFS *vfs, ImageManager *imageManager, RenderBackend *renderBackend) |
| convenience function for creating the default fife map loader deleting the object returned from this function is the responsibility of the caller More... | |