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