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