1
0
Fork 0
blockofighter/src/glapi.h

10 lines
153 B
C
Raw Normal View History

2014-02-16 14:32:28 +00:00
#ifndef __GLAPI_H_INCLUDED__
#define __GLAPI_H_INCLUDED__
#include <SDL_opengl.h>
2021-06-08 23:10:09 +00:00
#include <GL/glu.h>
2014-02-16 14:32:28 +00:00
void setupOpengl(int width, int height);
#endif