![]() |
DDraceNetwork Documentation
|
#include "layer.h"#include <game/editor/editor_trackers.h>#include <game/editor/enums.h>#include <map>Go to the source code of this file.
Classes | |
| struct | STileStateChange |
| class | CIntRect |
| class | CLayerTiles |
| struct | CLayerTiles::SCommonPropState |
Typedefs | |
| template<typename T> | |
| using | EditorTileStateChangeHistory = std::map<int, std::map<int, T>> |
Enumerations | |
| enum class | EShiftDirection : int { LEFT , RIGHT , UP , DOWN } |
| using EditorTileStateChangeHistory = std::map<int, std::map<int, T>> |
|
strong |
Represents a direction to shift a tile layer with the CLayerTiles::Shift function. The underlying type is int as this is also used with the CEditor::DoPropertiesWithState function.
| Enumerator | |
|---|---|
| LEFT | |
| RIGHT | |
| UP | |
| DOWN | |