diff options
Diffstat (limited to 'queen')
-rw-r--r-- | queen/queen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/queen.cpp b/queen/queen.cpp index e8fb0b2e88..cb8474671d 100644 --- a/queen/queen.cpp +++ b/queen/queen.cpp @@ -50,6 +50,9 @@ #include "sound/mididrv.h" +#ifdef _WIN32_WCE +bool isSmartphone(); +#endif /* Flight of the Amazon Queen */ static const GameSettings queen_setting[] = { |