aboutsummaryrefslogtreecommitdiffstats
path: root/source/2048.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/2048.h')
-rw-r--r--source/2048.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/2048.h b/source/2048.h
new file mode 100644
index 0000000..b8bdf14
--- /dev/null
+++ b/source/2048.h
@@ -0,0 +1,3 @@
+void g2048_init();
+int g2048_loop();
+