summaryrefslogtreecommitdiffhomepage
path: root/src/window/irodeo_window.h
blob: 23600b8b7910a79d7c02cdec999bec425ada1696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#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_dimensions_update(void);

SDL_Window *
irodeo_window_get(void);

SDL_Surface *
irodeo_window_surface_get(void);

SDL_SysWMinfo
irodeo_window_wmi_get(void);