aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/combo/tasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/applications/combo/tasks.h')
-rw-r--r--demos/applications/combo/tasks.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/applications/combo/tasks.h b/demos/applications/combo/tasks.h
new file mode 100644
index 00000000..68a32e09
--- /dev/null
+++ b/demos/applications/combo/tasks.h
@@ -0,0 +1,7 @@
+#ifndef _TASKS_INCLUDED
+#define _TASKS_INCLUDED
+
+void doMandlebrot(GHandle parent, bool_t start);
+void doBounce(GHandle parent, bool_t start);
+
+#endif