aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/constants.h')
-rw-r--r--engines/pink/constants.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/pink/constants.h b/engines/pink/constants.h
index a2e5bf45f3..d7b913ae0e 100644
--- a/engines/pink/constants.h
+++ b/engines/pink/constants.h
@@ -170,6 +170,10 @@ static const char * const kInventoryItemActor = "InventoryItem";
static const char * const kInventoryRightArrowActor = "InventoryRightArrow";
static const char * const kInventoryLeftArrowActor = "InventoryLeftArrow";
+static const char * const kAudioInfoActor = "AudioInfo";
+static const char * const kPdaButtonActor = "PDAButton";
+
+static const char * const kCursorNameExit = "Exit";
static const char * const kCursorNameExitUp = "ExitUp";
static const char * const kCursorNameExitLeft = "ExitLeft";
static const char * const kCursorNameExitRight = "ExitRight";
@@ -193,6 +197,9 @@ static const char * const kBoy = "Boy";
static const char * const kSirBaldley = "SirBaldley";
static const char * const kBoyBlocked = "BoyBlocked";
+static const char * const kUndefinedValue = "UNDEFINED";
+static const char * const kTrueValue = "TRUE";
+
} // End of namespace Pink
#endif