diff options
Diffstat (limited to 'src/utils/sdl2helper.cpp')
-rw-r--r-- | src/utils/sdl2helper.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils/sdl2helper.cpp b/src/utils/sdl2helper.cpp index d7df14af1..4f99dc512 100644 --- a/src/utils/sdl2helper.cpp +++ b/src/utils/sdl2helper.cpp @@ -25,6 +25,7 @@ #include "logger.h" #include "utils/foreach.h" +#include "utils/sdl2logger.h" #include "utils/stringutils.h" PRAGMA48(GCC diagnostic push) @@ -182,4 +183,9 @@ void SDL::makeCurrentContext(void *const context A_UNUSED) { } +void SDL::initLogger() +{ + SDL2Logger::init(); +} + #endif // USE_SDL2 |