shithub: cstory

ref: 76dc1f81ec555507a47135b86eed334b729d4479
dir: /src/Backends/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);