aboutsummaryrefslogtreecommitdiffstats
path: root/source/flapbird.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-06-05 18:36:34 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-06-05 18:36:34 -0400
commit7fbb94cb15fdd20cd9ada11588568583128c77f4 (patch)
treeb774f823d35c9c77bf719d17a7dd70715effadce /source/flapbird.h
parentfedc108c8f664b44ae1a4c0d6b6378584533c314 (diff)
move source to folder; openocd.sh programs directly
Diffstat (limited to 'source/flapbird.h')
-rw-r--r--source/flapbird.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/flapbird.h b/source/flapbird.h
new file mode 100644
index 0000000..7ab4199
--- /dev/null
+++ b/source/flapbird.h
@@ -0,0 +1,8 @@
+#ifndef FLAPBIRD_H_
+#define FLAPBIRD_H_
+
+void flapbird_init();
+int flapbird_loop();
+
+#endif // FLAPBIRD_H_
+