shithub: cstory

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