tile.h
changeset 3099 571719b2cee3
parent 2900 a15ccc6a9b39
child 3146 8d95593c5ff0
--- a/tile.h	Tue Feb 28 13:18:14 2006 +0000
+++ b/tile.h	Tue Feb 28 21:19:50 2006 +0000
@@ -44,6 +44,12 @@
 	INVALID_DIAGDIR = 0xFF,
 } DiagDirection;
 
+/* the 2 axis */
+typedef enum Axis {
+	AXIS_X = 0,
+	AXIS_Y = 1
+} Axis;
+
 void SetMapExtraBits(TileIndex tile, byte flags);
 uint GetMapExtraBits(TileIndex tile);