prosperon/source/engine/render.h

9 lines
116 B
C
Raw Normal View History

2021-11-30 21:29:18 -06:00
#ifndef RENDER_H
#define RENDER_H
#define GL_GLEXT_PROTOTYPES
#include <GL/glew.h>
#include <SDL_opengl.h>
#endif