dbf-udg

view src/scroller.h @ 3:403ec1be3a1a

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 11 Jan 2013 22:52:56 +0200
parents
children
line source
1 #ifndef SCROLLER_H_
2 #define SCROLLER_H_
4 bool init_scroller();
5 void destroy_scroller();
7 void draw_scroller(float sec);
9 #endif // SCROLLER_H_