Browse Source

Platform: proper include for WinRT SDL_WinRTRunApp().

pull/197/head
Vladimír Vondruš 9 years ago
parent
commit
3541e9f1fa
  1. 1
      src/Magnum/Platform/Sdl2Application.h

1
src/Magnum/Platform/Sdl2Application.h

@ -46,6 +46,7 @@
#include <SDL_scancode.h>
#ifdef CORRADE_TARGET_WINDOWS_RT
#include <SDL_main.h> /* For SDL_WinRTRunApp */
#include <wrl.h> /* For the WinMain entrypoint */
#endif

Loading…
Cancel
Save