orca/src/graphics/wgl_surface.h

16 lines
461 B
C
Raw Normal View History

2023-09-07 12:51:48 +00:00
/*************************************************************************
2023-03-05 15:05:43 +00:00
*
2023-09-07 12:51:48 +00:00
* Orca
* Copyright 2023 Martin Fouilleul and the Orca project contributors
* See LICENSE.txt for licensing information
2023-03-05 15:05:43 +00:00
*
2023-09-07 12:51:48 +00:00
**************************************************************************/
2023-03-05 15:05:43 +00:00
#ifndef __WGL_SURFACE_H_
#define __WGL_SURFACE_H_
2023-08-19 12:49:23 +00:00
#include "graphics_surface.h"
2023-03-05 15:05:43 +00:00
oc_surface_data* oc_wgl_surface_create_for_window(oc_window window);
2023-03-05 15:05:43 +00:00
#endif // __WIN32_GL_SURFACE_H_