From 86a0d366e4f1234ea2f40c770efb2fffe292c9a9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 31 Dec 2013 16:36:28 -1000 Subject: VOYEUR: Implemented game ending title and credits --- engines/voyeur/staticres.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/voyeur/staticres.h') 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 -- cgit v1.2.3