OpenGL_Clock/Include/shader.h
2018-04-16 00:40:13 +02:00

6 lines
98 B
C

#ifndef SHADER_H
#define SHADER_H
int LoadShaders(GLuint *, const char *, const char *);
#endif