aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/wince-sdl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/wince-sdl.cpp')
-rw-r--r--backends/wince/wince-sdl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/wince/wince-sdl.cpp b/backends/wince/wince-sdl.cpp
index f8150d6f2c..46c95f9ed5 100644
--- a/backends/wince/wince-sdl.cpp
+++ b/backends/wince/wince-sdl.cpp
@@ -26,6 +26,7 @@
#include "common/util.h"
#include "base/gameDetector.h"
#include "base/engine.h"
+#include "base/main.h"
#include "base/plugins.h"
#include "common/timer.h"
@@ -119,8 +120,6 @@ bool isSmartphone() {
// MAIN
-extern "C" int scummvm_main(GameDetector &gameDetector, int argc, char **argv);
-
int handleException(EXCEPTION_POINTERS *exceptionPointers) {
CEException::writeException(TEXT("\\scummvmCrash"), exceptionPointers);
drawError("Unrecoverable exception occurred - see crash dump in latest \\scummvmCrash file");