summaryrefslogtreecommitdiff
path: root/glfw/glfw.h
blob: 7b435c04b97ed79dad865ce1296311b6f19fb030 (plain)
1
2
3
4
5
6
#include <GLFW/glfw3.h>

#if GLFW_VERSION_MAJOR != 3
#error "Unsupported major version of GLFW. Must be 3"
#endif