8 lines
96 B
C
8 lines
96 B
C
|
#ifndef __OPENGL_H__
|
||
|
#define __OPENGL_H__
|
||
|
|
||
|
#include <glad/gl.h>
|
||
|
#include <GLFW/glfw3.h>
|
||
|
|
||
|
#endif
|