diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-05 01:24:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-05 01:24:19 +0000 |
| commit | 5ee3348142f4cfafdbcf2c9c833843d717affc11 (patch) | |
| tree | 1c97c80eeccc6b5f515a611e35dee35b21d3b09b /src/types.h | |
| parent | 740938890d95e853cf13d4780a5d674c3d6c7f6f (diff) | |
Various IMF hacks.imf
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 6 |
1 files changed, 6 insertions, 0 deletions
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). */ |
