diff options
Diffstat (limited to 'pacc/pacc-gl.h')
-rw-r--r-- | pacc/pacc-gl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pacc/pacc-gl.h b/pacc/pacc-gl.h new file mode 100644 index 0000000..2f5ccff --- /dev/null +++ b/pacc/pacc-gl.h @@ -0,0 +1,8 @@ +#ifndef MYON_PACC_GL_H_INCLUDED +#define MYON_PACC_GL_H_INCLUDED + +#include "pacc.h" + +struct pacc_ctx *pacc_init_gl(int w, int h, struct pacc_vtable *vt); + +#endif // MYON_PACC_GL_H_INCLUDED |