aboutsummaryrefslogtreecommitdiff
path: root/include/window/window_wayland.h
blob: 3535b0f85b56358f406b92456ec6892be98fe49d (plain)
1
2
3
4
5
6
7
8
#ifndef GSR_WINDOW_WAYLAND_H
#define GSR_WINDOW_WAYLAND_H

#include "window.h"

gsr_window* gsr_window_wayland_create(void);

#endif /* GSR_WINDOW_WAYLAND_H */