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 */