1
0
Fork 0
blockofighter/src/glapi.h

9 lines
133 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>
void setupOpengl(int width, int height);
#endif