src/slope_type.h
branchNewGRF_ports
changeset 10184 fcf5fb2548eb
parent 6872 1c4a4a609f85
--- a/src/slope_type.h	Mon Apr 14 20:32:36 2008 +0000
+++ b/src/slope_type.h	Tue Apr 15 00:47:19 2008 +0000
@@ -70,6 +70,7 @@
 	SLOPE_HALFTILE_E = SLOPE_HALFTILE | (CORNER_E << 6),    ///< the east halftile is leveled (non continuous slope)
 	SLOPE_HALFTILE_N = SLOPE_HALFTILE | (CORNER_N << 6),    ///< the north halftile is leveled (non continuous slope)
 };
+DECLARE_ENUM_AS_BIT_SET(Slope)
 
 
 /**