8 lines
106 B
C
8 lines
106 B
C
#ifndef SHADER_H
|
|
#define SHADER_H
|
|
|
|
#include "color_utils.h"
|
|
|
|
Color shader(int index, double time);
|
|
|
|
#endif |