dbf-udg

annotate src/scroller.h @ 5:e09cbb2e9d4f

metaballs
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Feb 2013 03:46:52 +0200
parents
children
rev   line source
nuclear@3 1 #ifndef SCROLLER_H_
nuclear@3 2 #define SCROLLER_H_
nuclear@3 3
nuclear@3 4 bool init_scroller();
nuclear@3 5 void destroy_scroller();
nuclear@3 6
nuclear@3 7 void draw_scroller(float sec);
nuclear@3 8
nuclear@3 9 #endif // SCROLLER_H_