9 lines
121 B
C
9 lines
121 B
C
#ifndef RENDER_H
|
|
#define RENDER_H
|
|
|
|
#define GL_GLEXT_PROTOTYPES
|
|
#include <GL/glew.h>
|
|
#include <SDL2/SDL_opengl.h>
|
|
|
|
|
|
#endif |