summaryrefslogtreecommitdiff
path: root/src/utils/sdl2helper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-07 01:39:55 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-07 01:56:53 +0300
commit9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede (patch)
treef30d5dfa2419260ada62144dc63e1dcb2ee92198 /src/utils/sdl2helper.h
parentbfe9b1eeb587254d92c3ebb338b50ce1e7dfac79 (diff)
downloadplus-9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede.tar.gz
plus-9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede.tar.bz2
plus-9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede.tar.xz
plus-9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede.zip
Add SDL2 errors logging.
Diffstat (limited to 'src/utils/sdl2helper.h')
-rw-r--r--src/utils/sdl2helper.h2
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