aboutsummaryrefslogtreecommitdiffstats
path: root/flapbird.h
diff options
context:
space:
mode:
Diffstat (limited to 'flapbird.h')
-rw-r--r--flapbird.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/flapbird.h b/flapbird.h
new file mode 100644
index 0000000..7ab4199
--- /dev/null
+++ b/flapbird.h
@@ -0,0 +1,8 @@
+#ifndef FLAPBIRD_H_
+#define FLAPBIRD_H_
+
+void flapbird_init();
+int flapbird_loop();
+
+#endif // FLAPBIRD_H_
+