AGL
A graphics library
agl.h
1
// Copyright, 2019, Savvy Sine, alinen
2
3
#ifndef AGL_AGL_H_
4
#define AGL_AGL_H_
5
6
#if ( (defined(__MACH__)) && (defined(__APPLE__)) )
7
#define GLFW_INCLUDE_GLCOREARB
8
#include <GLFW/glfw3.h>
9
#include <OpenGL/gl3ext.h>
10
#else
11
#include <GL/glew.h>
12
#include <GLFW/glfw3.h>
13
#endif
14
15
#endif // AGL_AGL_H_
agl
agl.h
Generated by
1.8.17