From 5ee3348142f4cfafdbcf2c9c833843d717affc11 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Jan 2016 01:24:19 +0000 Subject: Various IMF hacks. --- src/types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 481c1a46..1141e3da 100644 --- a/src/types.h +++ b/src/types.h @@ -120,6 +120,12 @@ enum Eye EYE_RIGHT }; +enum AssetType +{ + ASSET_DCP, + ASSET_IMP +}; + /** @class Fraction * @brief A fraction (i.e. a thing with an integer numerator and an integer denominator). */ -- cgit v1.2.3