MOHAWK: Fix I18N usage

This commit is contained in:
Eugene Sandulenko 2023-03-17 15:56:37 +01:00
parent 67c01ef9bd
commit 02a28ad7aa
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
engines/mohawk/detection_tables.h
engines/mohawk/detection.cpp
engines/mohawk/dialogs.cpp
engines/mohawk/metaengine.cpp
engines/mohawk/mohawk.cpp

View File

@ -24,7 +24,6 @@
#include "engines/advancedDetector.h"
#include "common/config-manager.h"
#include "common/textconsole.h"
#include "common/translation.h"
#include "mohawk/detection.h"

View File

@ -19,6 +19,8 @@
*
*/
#include "common/translation.h"
namespace Mohawk {
#define GUI_OPTIONS_MYST GUIO4(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI)