8 lines
149 B
C
8 lines
149 B
C
|
#ifndef _TASKS_INCLUDED
|
||
|
#define _TASKS_INCLUDED
|
||
|
|
||
|
void doMandlebrot(GHandle parent, gBool start);
|
||
|
void doBounce(GHandle parent, gBool start);
|
||
|
|
||
|
#endif
|