mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
14 lines
241 B
C
14 lines
241 B
C
/*
|
|
* win32/win_gl.h
|
|
*
|
|
* Windows OpenGL header.
|
|
*/
|
|
|
|
#ifndef INCLUDED_WIN32_WIN_GL_H
|
|
#define INCLUDED_WIN32_WIN_GL_H
|
|
|
|
extern void win_gl_init(UINT, UINT);
|
|
extern void win_gl_shutdown(void);
|
|
|
|
#endif // INCLUDED_WIN32_WIN_GL_H
|