diff options
Diffstat (limited to 'engines/teenagent/detection.cpp')
-rw-r--r-- | engines/teenagent/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp index d73068e5d9..5601f48915 100644 --- a/engines/teenagent/detection.cpp +++ b/engines/teenagent/detection.cpp @@ -91,6 +91,10 @@ public: _singleId = "teenagent"; } + const char *getEngineId() const { + return "teenagent"; + } + virtual const char *getName() const { return "TeenAgent"; } |