summaryrefslogtreecommitdiff
path: root/ZAPD/GameConfig.h
diff options
context:
space:
mode:
authorYanis42 <35189056+Yanis42@users.noreply.github.com>2024-01-07 16:34:47 +0100
committerGitHub <noreply@github.com>2024-01-07 10:34:47 -0500
commitab16e164220edda4de9d5146d6a81d94bbf37383 (patch)
treea5d8df85b995cb314b9d737bce56b9cb1ca73ce5 /ZAPD/GameConfig.h
parent094e797349c86d0baef4a624962f4287aefdfef2 (diff)
Use Player Cue Ids enum (#306)
* implement player cue ids * format * Merge remote-tracking branch 'upstream/master' into player_cue_id
Diffstat (limited to 'ZAPD/GameConfig.h')
-rw-r--r--ZAPD/GameConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/GameConfig.h b/ZAPD/GameConfig.h
index 0eb3f02..68e0d51 100644
--- a/ZAPD/GameConfig.h
+++ b/ZAPD/GameConfig.h
@@ -35,6 +35,7 @@ public:
// OoT
std::map<uint16_t, std::string> textType;
std::map<uint16_t, std::string> destination;
+ std::map<uint16_t, std::string> playerCueId;
// MM
std::map<uint16_t, std::string> modifySeqType;