#ifndef __OPENGL_H__
#define __OPENGL_H__

#include <glad/gl.h>
#include <GLFW/glfw3.h>

#endif