Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/video.h')
-rw-r--r--src/client/video.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/video.h b/src/client/video.h
index 195fd2d..4d408ba 100644
--- a/src/client/video.h
+++ b/src/client/video.h
@@ -9,6 +9,8 @@
#include "core/cvar.h"
+#include "SDL2/SDL.h"
+
namespace client
{
@@ -28,7 +30,7 @@ void shutdown();
void restart();
/// application window resize event in windowed mode
-void resize(int w, int h);
+void resize(const Uint32 sdlwindow_id, int w, int h);
/// draw the next client video frame
void frame(float elapsed);