ugfx/demos/applications/combo/tasks.h

8 lines
149 B
C
Raw Normal View History

2015-10-06 02:04:40 +00:00
#ifndef _TASKS_INCLUDED
#define _TASKS_INCLUDED
void doMandlebrot(GHandle parent, gBool start);
void doBounce(GHandle parent, gBool start);
2015-10-06 02:04:40 +00:00
#endif