orca/src/graphics/wgl_surface.h

17 lines
404 B
C
Raw Normal View History

2023-03-05 15:05:43 +00:00
/************************************************************//**
*
* @file: wgl_surface.c
* @author: Martin Fouilleul
* @date: 28/01/2023
* @revision:
*
*****************************************************************/
#ifndef __WGL_SURFACE_H_
#define __WGL_SURFACE_H_
#include"graphics_surface.h"
2023-03-05 15:05:43 +00:00
mg_surface_data* mg_wgl_surface_create_for_window(mp_window window);
#endif // __WIN32_GL_SURFACE_H_