shithub: cstory

ref: 4d8be3bc36612ef4fe2716f20f754c31a9e90d84
dir: /src/Backends/Window.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);