10 lines
85 B
C
10 lines
85 B
C
#include "glew.h"
|
|
|
|
void
|
|
glew_init(void)
|
|
{
|
|
glewInit();
|
|
|
|
printf(STRING_GLEW_INIT);
|
|
}
|