|
FIFE
|
#include "video/renderbackend.h"#include "video/image.h"#include "video/imagemanager.h"#include "video/fonts/ifont.h"#include "util/math/fife_math.h"#include "util/log/logger.h"#include "model/metamodel/grids/cellgrid.h"#include "model/structures/instance.h"#include "model/structures/layer.h"#include "model/structures/location.h"#include "model/structures/cell.h"#include "model/structures/cellcache.h"#include "pathfinder/route.h"#include "view/camera.h"#include "cellrenderer.h"
Include dependency graph for cellrenderer.cpp:Go to the source code of this file.
Namespaces | |
| FIFE | |
| All FIFE related code is in this namespace. | |
Variables | |
| static Logger | FIFE::_log (LM_VIEWVIEW) |