aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index b12bf09d62..4cdd56dc8d 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -47,8 +47,13 @@
*
* Status of this engine: ???
*
- * Supported games:
- * - ???
+ * Games using this engine:
+ * - Elvira: Mistress of the Dark
+ * - Elvira 2: The Jaws of Cerberus
+ * - The Feeble Files
+ * - Simon the Sorcerer
+ * - Simon the Sorcerer 2
+ * - Simon the Sorcerer Puzzle Pack
*/
namespace AGOS {
@@ -1922,7 +1927,7 @@ public:
void off_setPathValues();
void off_stopClock();
void off_restartClock();
- void off_setColour();
+ void off_setColor();
void off_b3Set();
void off_b3Clear();
void off_b3Zero();
@@ -2093,6 +2098,8 @@ protected:
void startOverlayAnims();
void startAnOverlayAnim();
+ void printInfoText(const char *itemText);
+
virtual char *genSaveName(int slot);
};