summaryrefslogtreecommitdiff
path: root/src/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editor.h b/src/editor.h
index b0b0441..9b2cda5 100644
--- a/src/editor.h
+++ b/src/editor.h
@@ -20,6 +20,8 @@ typedef struct {
int activeMainTab;
int activeTileLayerId;
+ float tileRotation;
+
TilesetTile *activeTilesetTile;
EditorCreateBlockState *createBlockState;
Rectangle panelView;