ref: bcbb06f092ff9a2c5441de91d60de1cc81e4d036
dir: /src/Backends/Window-OpenGL.h/
#pragma once #include "../WindowsWrapper.h" bool WindowBackend_OpenGL_CreateWindow(const char *window_title, int *screen_width, int *screen_height, bool fullscreen); void WindowBackend_OpenGL_DestroyWindow(void); void WindowBackend_OpenGL_Display(void);