gearlib-cpp/include/gearlib/opengl.h
2024-05-16 22:37:46 +12:00

8 lines
112 B
C

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