File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 */
7575
7676#define AGL_API (type , name , args ) AL_VAR(_ALLEGRO_gl##name##_t, _al_gl##name);
77- # include "allegro5/opengl/GLext/gl_ext_alias.h"
77+ # include "allegro5/opengl/GLext/gl_ext_alias.h"
7878# include "allegro5/opengl/GLext/gl_ext_api.h"
7979#undef AGL_API
8080#ifdef ALLEGRO_WINDOWS
8181#define AGL_API (type , name , args ) AL_VAR(_ALLEGRO_wgl##name##_t, _al_wgl##name);
82- # include "allegro5/opengl/GLext/wgl_ext_alias.h"
82+ # include "allegro5/opengl/GLext/wgl_ext_alias.h"
8383# include "allegro5/opengl/GLext/wgl_ext_api.h"
8484#undef AGL_API
8585#elif defined ALLEGRO_UNIX
8686#define AGL_API (type , name , args ) extern _ALLEGRO_glX##name##_t _al_glX##name;
87- # include "allegro5/opengl/GLext/glx_ext_alias.h"
87+ # include "allegro5/opengl/GLext/glx_ext_alias.h"
8888# include "allegro5/opengl/GLext/glx_ext_api.h"
8989#undef AGL_API
9090#endif
You can’t perform that action at this time.
0 commit comments