#include <algorithm>
#include <ctime>
#include <cmath>
#include "global.h"
#include "typen.h"
#include "vehicletype.h"
#include "buildingtype.h"
#include "spfst.h"
#include "actions/context.h"
#include "actions/removeobject.h"
Include dependency graph for mapfield.cpp:

Go to the source code of this file.
Classes | |
| class | SimpleObjectRemoval |
Functions | |
| bool | compareObjectHeight (const Object &o1, const Object &o2) |
Definition in file mapfield.cpp.
Definition at line 408 of file mapfield.cpp.
References ObjectType::imageHeight, and Object::typ.
Referenced by MapField::sortobjects().
1.5.1