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