fixed more animation bugs, added rudimentary UI
[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, float alpha, float xcircle);
10
11 #endif  /* GEOM_H_ */