gearlib/include/opengl.h
2024-04-29 22:41:13 +12:00

7 lines
96 B
C

#ifndef __OPENGL_H__
#define __OPENGL_H__
#include <glad/gl.h>
#include <GLFW/glfw3.h>
#endif