QMK/lib/ugfx/demos/applications/combo/tasks.h

8 lines
149 B
C
Raw Normal View History

2020-03-23 10:48:11 +01:00
#ifndef _TASKS_INCLUDED
#define _TASKS_INCLUDED
void doMandlebrot(GHandle parent, gBool start);
void doBounce(GHandle parent, gBool start);
#endif