summaryrefslogtreecommitdiffhomepage
path: root/src/window/irodeo_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/irodeo_window.h')
-rw-r--r--src/window/irodeo_window.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/window/irodeo_window.h b/src/window/irodeo_window.h
new file mode 100644
index 0000000..f0c02e2
--- /dev/null
+++ b/src/window/irodeo_window.h
@@ -0,0 +1,30 @@
+#pragma once
+
+// -- internal --
+// private
+#include "irodeo_window_t.h"
+
+// -- external --
+#include "SDL.h"
+#include "SDL_syswm.h"
+
+SDL_Window *
+irodeo_window_get(void);
+
+SDL_Surface *
+irodeo_window_surface_get(void);
+
+void
+irodeo_window_screen_width_setVar(uint16_t width);
+
+void
+irodeo_window_screen_height_setVar(uint16_t height);
+
+SDL_Window *
+irodeo_window_get(void);
+
+SDL_Surface *
+irodeo_window_surface_get(void);
+
+SDL_SysWMinfo
+irodeo_window_wmi_get(void);