ref: f4f85f1f9d7530e9c66d561bbd6941e5f30828c8
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);