frillrun/src/engine/glew.c

10 lines
85 B
C
Raw Normal View History

2024-08-24 04:47:58 +00:00
#include "glew.h"
void
glew_init(void)
{
glewInit();
printf(STRING_GLEW_INIT);
}