aboutsummaryrefslogtreecommitdiffstats
path: root/2048.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-01-16 10:21:39 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-01-16 10:21:39 -0500
commit7c8a16289cadf193fdd43e45e855529d6047150d (patch)
treed5d2b61dda6f3e2f3d2748c78542d90efb9555be /2048.h
parent245866891a98fca3cacffdfb0a27b3505c7d404b (diff)
modular games; draft 2048
Diffstat (limited to '2048.h')
-rw-r--r--2048.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/2048.h b/2048.h
new file mode 100644
index 0000000..b8bdf14
--- /dev/null
+++ b/2048.h
@@ -0,0 +1,3 @@
+void g2048_init();
+int g2048_loop();
+