diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-06-05 18:36:34 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-06-05 18:36:34 -0400 |
commit | 7fbb94cb15fdd20cd9ada11588568583128c77f4 (patch) | |
tree | b774f823d35c9c77bf719d17a7dd70715effadce /source/2048.h | |
parent | fedc108c8f664b44ae1a4c0d6b6378584533c314 (diff) |
move source to folder; openocd.sh programs directly
Diffstat (limited to 'source/2048.h')
-rw-r--r-- | source/2048.h | 3 |
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(); + |