summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 82b4890e..3e634beb 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2276,6 +2276,14 @@ struct hook_player_level_in {
int gained_levels;
};
+typedef enum { IDENT_NORMAL, IDENT_FULL } identify_mode;
+
+typedef struct hook_identify_in hook_identify_in;
+struct hook_identify_in {
+ object_type *o_ptr;
+ identify_mode mode;
+};
+
/*
* Structure for the "quests"
*/