orca/src/wgl_surface.h

17 lines
421 B
C
Raw Normal View History

2023-01-29 00:04:24 +00:00
/************************************************************//**
*
* @file: wgl_surface.c
2023-01-29 00:04:24 +00:00
* @author: Martin Fouilleul
* @date: 28/01/2023
* @revision:
*
*****************************************************************/
#ifndef __WGL_SURFACE_H_
#define __WGL_SURFACE_H_
2023-01-29 00:04:24 +00:00
#include"graphics_internal.h"
2023-02-07 12:24:14 +00:00
mg_surface_data* mg_wgl_surface_create_for_window(mp_window window);
2023-01-29 00:04:24 +00:00
#endif // __WIN32_GL_SURFACE_H_