shithub: cstory

ref: 0b83da1fd996fc9b31ff16eaf394f4bfc3ceb1d9
dir: /src/Backends/Rendering/Window/OpenGL.h/

View raw version
#pragma once

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);