aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/staticres.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-31 16:36:28 -1000
committerPaul Gilbert2013-12-31 16:36:28 -1000
commit86a0d366e4f1234ea2f40c770efb2fffe292c9a9 (patch)
treee88282b2bdadb70bd2c8c7c88037740e523f60bd /engines/voyeur/staticres.h
parent5c20b3c331178129f6c9dcacce9b36b0a1133dd8 (diff)
downloadscummvm-rg350-86a0d366e4f1234ea2f40c770efb2fffe292c9a9.tar.gz
scummvm-rg350-86a0d366e4f1234ea2f40c770efb2fffe292c9a9.tar.bz2
scummvm-rg350-86a0d366e4f1234ea2f40c770efb2fffe292c9a9.zip
VOYEUR: Implemented game ending title and credits
Diffstat (limited to 'engines/voyeur/staticres.h')
-rw-r--r--engines/voyeur/staticres.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/voyeur/staticres.h b/engines/voyeur/staticres.h
index a6b81f06d6..20bffe01e3 100644
--- a/engines/voyeur/staticres.h
+++ b/engines/voyeur/staticres.h
@@ -56,6 +56,8 @@ extern int DOT_LINE_START[9];
extern int DOT_LINE_OFFSET[9];
extern int DOT_LINE_LENGTH[9];
+extern const char *const PIRACY_MESSAGE[];
+
} // End of namespace Voyeur
#endif