diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,7 +7,10 @@ | |||
7 | 7 | ||
8 | #include "app.h" | 8 | #include "app.h" |
9 | 9 | ||
10 | extern void enableWheel_MacOS(void); | ||
11 | |||
10 | int main(int argc, char **argv) { | 12 | int main(int argc, char **argv) { |
13 | enableWheel_MacOS(); | ||
11 | #if defined (iPlatformMsys) | 14 | #if defined (iPlatformMsys) |
12 | /* MSYS runtime takes care of WinMain. */ | 15 | /* MSYS runtime takes care of WinMain. */ |
13 | SDL_SetMainReady(); | 16 | SDL_SetMainReady(); |