summaryrefslogtreecommitdiff
path: root/src/utils/sdlhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/sdlhelper.h')
-rw-r--r--src/utils/sdlhelper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h
index 912528a29..acaf7111b 100644
--- a/src/utils/sdlhelper.h
+++ b/src/utils/sdlhelper.h
@@ -42,6 +42,10 @@ namespace SDL
SDL_Surface *const icon);
void grabInput(SDL_Surface *const window A_UNUSED, const bool grab);
+
+ void setGamma(SDL_Surface *const window A_UNUSED, const float gamma);
+
+ void setVsync(const int val);
} // namespace SDL
#endif // USE_SDL2