diff options
Diffstat (limited to 'src/utils/sdl2helper.h')
-rw-r--r-- | src/utils/sdl2helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h index 70d3ffa90..04a258014 100644 --- a/src/utils/sdl2helper.h +++ b/src/utils/sdl2helper.h @@ -61,6 +61,8 @@ namespace SDL const int profile); void makeCurrentContext(void *const context); + + void initLogger(); } // namespace SDL #endif // USE_SDL2 |