From 9ad2135ff960da2bbc1882ac50f2188b5a9e228e Mon Sep 17 00:00:00 2001 From: lukaslw Date: Tue, 28 Oct 2014 19:20:56 +0100 Subject: PRINCE: Allow to load translation file - prince_translation.dat Update detection file to allow English language with both PL and DE data files. Add setMobTranslationTexts() to update mob names to translated ones in each location --- engines/prince/archive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/prince/archive.h') diff --git a/engines/prince/archive.h b/engines/prince/archive.h index e211036ed6..a640b77911 100644 --- a/engines/prince/archive.h +++ b/engines/prince/archive.h @@ -35,6 +35,7 @@ public: ~PtcArchive(); bool open(const Common::String &filename); + bool openTranslation(const Common::String &filename); void close(); bool isOpen() const { return _stream != 0; } -- cgit v1.2.3