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