|
FIFE
|
#include "video/renderbackend.h"#include "video/image.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/metamodel/action.h"#include "model/structures/instance.h"#include "model/structures/layer.h"#include "model/structures/location.h"#include "view/camera.h"#include "view/visual.h"#include "coordinaterenderer.h"
Include dependency graph for coordinaterenderer.cpp:Go to the source code of this file.
Namespaces | |
| FIFE | |
| All FIFE related code is in this namespace. | |
Variables | |
| const int32_t | FIFE::MIN_COORD = -9999999 |
| const int32_t | FIFE::MAX_COORD = 9999999 |