aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/types.h')
-rwxr-xr-xengines/pegasus/types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/pegasus/types.h b/engines/pegasus/types.h
index 6c51c930eb..ed227847e4 100755
--- a/engines/pegasus/types.h
+++ b/engines/pegasus/types.h
@@ -180,6 +180,13 @@ enum tAirQuality {
kAirQualityVacuum
};
+enum tDragType {
+ kDragNoDrag,
+ kDragInventoryPickup,
+ kDragBiochipPickup,
+ kDragInventoryUse
+};
+
} // End of namespace Pegasus
#endif