fb8e60ab3055a82caf2307f92674745a9cdb75e7
[lighthouse] / 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_ */