Added my seq file with an animation for the lighthouse
[faros-demo] / src / ui.h
1 #ifndef UI_H_
2 #define UI_H_
3
4 bool init_ui();
5 void destroy_ui();
6
7 void ui();
8
9 void gl_printf(int x, int y, const char *fmt, ...);
10
11 #endif  /* UI_H_ */