tile.h
changeset 3099 374e275300e3
parent 2900 722c18106949
child 3146 36523d434783
--- 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);