blob: 2f5ccff1cb5a7a07726737b6d719352fbce33a24 (
plain)
1
2
3
4
5
6
7
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
|