6 lines
98 B
C
6 lines
98 B
C
#ifndef SHADER_H
|
|
#define SHADER_H
|
|
|
|
int LoadShaders(GLuint *, const char *, const char *);
|
|
|
|
#endif
|