aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/neverhood.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/neverhood.h')
-rw-r--r--engines/neverhood/neverhood.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/neverhood/neverhood.h b/engines/neverhood/neverhood.h
index 3653127f91..14c283bc12 100644
--- a/engines/neverhood/neverhood.h
+++ b/engines/neverhood/neverhood.h
@@ -28,6 +28,7 @@
#include "common/keyboard.h"
#include "common/random.h"
#include "common/savefile.h"
+#include "common/str-array.h"
#include "common/system.h"
#include "audio/mixer.h"
#include "engines/engine.h"
@@ -72,6 +73,7 @@ public:
Common::Platform getPlatform() const;
bool hasFeature(EngineFeature f) const;
bool isDemo() const;
+ Common::String getTargetName() { return _targetName; };
Common::RandomSource *_rnd;