1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
matabstrix/src/gl.hpp

8 lines
97 B
C++

#ifndef _GL_HPP_
#define _GL_HPP_
#include <GL/glew.h>
#include <GL/glfw.h>
#endif // _GL_HPP_