This website requires JavaScript.
Explore
Help
Sign In
DaniTheSkunk
/
skunkworks-c
Watch
1
Star
0
Fork
You've already forked skunkworks-c
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
15b03529fc
skunkworks-c
/
lib
/
glew-2.1.0
/
build
/
conan
/
test_package
/
main.c
7 lines
80 B
C
Raw
Blame
History
#
include
"GL/glew.h"
int
main
(
)
{
glewGetString
(
GLEW_VERSION
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink