1 2 3 4 5 6 7 8
#ifndef OPENGL_H #define OPENGL_H #include "glad/glad.h" //http://docs.gl/gl3/glClear #endif