aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/combo/tasks.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-10-06 12:10:11 +1000
committerinmarket <andrewh@inmarket.com.au>2015-10-06 12:10:11 +1000
commit80299276b7134693a6f02fb8fa791d0a15ed1eab (patch)
treee1824bd6b9aa27a71372f67c6a0f96b9f625abd7 /demos/applications/combo/tasks.h
parent754d2e072b51bc43c72a37d46e22337d594f18dc (diff)
parenta35ee53d0a28cb0b6b61944a1ed698a0cef85839 (diff)
downloaduGFX-80299276b7134693a6f02fb8fa791d0a15ed1eab.tar.gz
uGFX-80299276b7134693a6f02fb8fa791d0a15ed1eab.tar.bz2
uGFX-80299276b7134693a6f02fb8fa791d0a15ed1eab.zip
Merge branch 'master' into TextEdit
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