dbf-udg

view src/scroller.h @ 11:5f99c4c7a9fe

now it looks pretty much ok
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 20 Feb 2013 04:55:03 +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_