diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 18:19:55 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 18:19:55 -0700 |
commit | 80343d763780369d7557543f5e1f11e8a0e0eb7f (patch) | |
tree | 82b6f5072fcb5d09a3dcc7f38ff1b3bb566f80c6 /system | |
parent | dee5b6982c450df75b1ad606a6c39d5f0a0858e6 (diff) |
add glew test and some degree of support
Diffstat (limited to 'system')
-rw-r--r-- | system/include/GL/glew.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/include/GL/glew.h b/system/include/GL/glew.h new file mode 100644 index 00000000..324c6b29 --- /dev/null +++ b/system/include/GL/glew.h @@ -0,0 +1,6 @@ + +// Basically do nothing, just use existing symbols + +#include "SDL/SDL_opengl.h" +#define glewInit() {} + |