7 lines
83 B
C
7 lines
83 B
C
#ifndef SHADERS_H
|
|
#define SHADERS_H
|
|
|
|
void load_shaders(void);
|
|
|
|
#endif // SHADERS_H
|