7 lines
121 B
C
7 lines
121 B
C
|
|
#ifndef SPECTRE_OPENGL_H
|
|
#define SPECTRE_OPENGL_H
|
|
|
|
#include <Spectre/Graphics/GL/glad.h>
|
|
|
|
#endif /* SPECTRE_OPENGL_H */
|