shithub: cstory

ref: aa9e48608679f4d35df1ec237e8529284c5a3869
dir: /src/Backends/Window-OpenGL.h/

View raw version
#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);