summaryrefslogtreecommitdiff
path: root/src/slope_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slope_type.h')
-rw-r--r--src/slope_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slope_type.h b/src/slope_type.h
index a61a09182..2ba12bf38 100644
--- a/src/slope_type.h
+++ b/src/slope_type.h
@@ -70,6 +70,7 @@ enum Slope {
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)
/**