#ifndef RENDER_H
#define RENDER_H
#define GL_GLEXT_PROTOTYPES
#include <GL/glew.h>
#include <SDL2/SDL_opengl.h>
#endif