Add inclined foundation option to object edge foundation mode

Bump feature version
This commit is contained in:
Jonathan G Rennison
2022-01-23 13:17:13 +00:00
parent e7c12f2ad4
commit 2e7f8d2e1e
9 changed files with 90 additions and 34 deletions

View File

@@ -33,4 +33,11 @@ struct ObjectSpec;
static const ObjectID INVALID_OBJECT = 0xFFFFFFFF; ///< An invalid object
enum ObjectEffectiveFoundationType {
OEFT_NONE,
OEFT_FLAT,
OEFT_INCLINE_X,
OEFT_INCLINE_Y,
};
#endif /* OBJECT_TYPE_H */