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