1
0
Fork 0
spectre/source/Graphics/GL/gl.h
Henrik Hautakoski 2a111a237d
Move OpenGL headers from API to implementation.
We don't want to expose any OpenGL functions to client code. Because if we do, there is a chance we break client code if we switch implementation (Direct3D).
2020-01-03 20:30:08 +01:00

7 lines
125 B
C

#ifndef SPECTRE_GRAPHICS_GL_GL_H
#define SPECTRE_GRAPHICS_GL_GL_H
#include "glad.h"
#endif /* SPECTRE_GRAPHICS_GL_GL_H */