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