generalized pixel format handling in 3d pipeline
[bootcensus] / src / census / logo.h
1 #ifndef LOGO_H_
2 #define LOGO_H_
3
4 int init_logo(const char *fname);
5 void eval_logo(float *res, float t);
6
7 #endif  /* LOGO_H_ */