diff options
-rw-r--r-- | engines/supernova/msn_def.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h index d19dd1ed6a..6fc55a544f 100644 --- a/engines/supernova/msn_def.h +++ b/engines/supernova/msn_def.h @@ -370,6 +370,19 @@ enum ObjectID { TICKETS }; +static const char *const guiCommands[] = { + "Gehe", + "Schau", + "Nimm", + "Öffne", + "Schließe", + "Drücke", + "Ziehe", + "Benutze", + "Rede", + "Gib" +}; + ObjectType operator|(ObjectType a, ObjectType b); ObjectType operator&(ObjectType a, ObjectType b); ObjectType operator^(ObjectType a, ObjectType b); |