diff options
Diffstat (limited to 'src/utils/sdl2logger.h')
-rw-r--r-- | src/utils/sdl2logger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/sdl2logger.h b/src/utils/sdl2logger.h index 78d94ca27..c3ecd1ada 100644 --- a/src/utils/sdl2logger.h +++ b/src/utils/sdl2logger.h @@ -28,6 +28,8 @@ namespace SDL2Logger { void init(); + + void setLogLevel(const int level); } // namespace SDL2Logger #endif // USE_SDL2 |