summaryrefslogtreecommitdiff
path: root/common/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/action.h')
-rw-r--r--common/action.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/common/action.h b/common/action.h
index 122411b..e229d2c 100644
--- a/common/action.h
+++ b/common/action.h
@@ -20,9 +20,12 @@ class Action {
//! Action target type.
enum TargetType {
- None, // No target
- Hand, // Target in hand.
- Open // Target in open.
+ //! Action is targetless.
+ None,
+ //! Target is index in first group (concealed hand).
+ Index,
+ //! Target is index of group.
+ Group
};
//! Type of action.