1
0
Fork 0
blockofighter/src/glapi.h

11 lines
145 B
C
Raw Normal View History

2014-02-16 10:41:12 +00:00
#ifndef __GLAPI_H_INCLUDED__
#define __GLAPI_H_INCLUDED__
#include <SDL_opengl.h>
void setupOpengl(int width, int height);
#endif