b285c885f471e8eca7055183f03a7ef0ccac1e0f
[censuslogo] / src / 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_ */