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