OpenGL_Clock/Include/shader.h
2018-04-23 00:42:08 +02:00

7 lines
99 B
C

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