shithub: cstory

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