summaryrefslogtreecommitdiff
path: root/src/floor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/floor.h')
-rw-r--r--src/floor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/floor.h b/src/floor.h
index 4f112fa..ad3b2da 100644
--- a/src/floor.h
+++ b/src/floor.h
@@ -8,6 +8,7 @@
typedef struct {
int id;
Vector2 position;
+ float rotation;
TilesetTile *tilesetTile;
} Tile;