prosperon/source/engine/render.h

9 lines
121 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>
2022-01-19 16:43:21 -06:00
#include <SDL2/SDL_opengl.h>
2021-11-30 21:29:18 -06:00
#endif