mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 23:28:04 -04:00
allow multi-include on some headers
This commit is contained in:
parent
da0cc55643
commit
7bf7acb6d6
5 changed files with 22 additions and 1 deletions
5
gl.h
5
gl.h
|
@ -1,3 +1,6 @@
|
|||
#ifndef LIBPICOFE_GL_H
|
||||
#define LIBPICOFE_GL_H
|
||||
|
||||
#ifdef HAVE_GLES
|
||||
|
||||
int gl_init(void *display, void *window, int *quirks);
|
||||
|
@ -28,3 +31,5 @@ static __inline void gl_finish(void)
|
|||
#endif
|
||||
|
||||
#define GL_QUIRK_ACTIVATE_RECREATE 1
|
||||
|
||||
#endif // LIBPICOFE_GL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue