#ifndef SHADER_H #define SHADER_H #include "color_utils.h" Color shader(int index, double time); #endif