gearlib/include/opengl.h

8 lines
96 B
C
Raw Normal View History

2024-04-29 22:41:13 +12:00
#ifndef __OPENGL_H__
#define __OPENGL_H__
#include <glad/gl.h>
#include <GLFW/glfw3.h>
#endif