Added my seq file with an animation for the lighthouse
[faros-demo] / src / geom.h
1 #ifndef GEOM_H_
2 #define GEOM_H_
3
4 bool init_geom();
5 void destroy_geom();
6
7 void faros();
8 void ground();
9 void xlogo(float sz, const float *col_ink, const float *col_paper, float alpha, float xcircle);
10
11 #endif  /* GEOM_H_ */