mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-15 18:44:42 +00:00
7 lines
80 B
C
7 lines
80 B
C
|
#include "GL/glew.h"
|
||
|
|
||
|
int main (){
|
||
|
glewGetString(GLEW_VERSION);
|
||
|
return 0;
|
||
|
}
|