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