Initial commit
This commit is contained in:
9
source/engine/render.h
Normal file
9
source/engine/render.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef RENDER_H
|
||||
#define RENDER_H
|
||||
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
#include <GL/glew.h>
|
||||
#include <SDL_opengl.h>
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user