aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index a3dd20fe27..ee4f331458 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -405,6 +405,9 @@ public:
return (f == kSupportsRTL) || (f == kSupportsLoadingDuringRuntime) || (f == kSupportsSavingDuringRuntime);
}
+ const char *getCopyrightString() { return "Copyright 1989-1997 David P Gray, All Rights Reserved."; }
+
+
FileManager *_file;
Scheduler *_scheduler;
Screen *_screen;