aboutsummaryrefslogtreecommitdiff
path: root/include/tps.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-02-02 19:23:54 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit40c6b1dafab4de169bac8a799e7953e85061218e (patch)
tree99d86e8f90e8aa19b35875ea8ba624c50c467857 /include/tps.h
parent11956b2e940f5e1839efab187d898092e819a766 (diff)
TEI interface working!
Diffstat (limited to 'include/tps.h')
-rw-r--r--include/tps.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/tps.h b/include/tps.h
new file mode 100644
index 0000000..70cf1de
--- /dev/null
+++ b/include/tps.h
@@ -0,0 +1,11 @@
+#include <tak.h>
+
+#include <string.h> // for strnlen, strncmp, and strcpy
+#include <stdio.h> // for sprintf (in a single place! grrr)
+
+// NOTE: We assume that board_size matches TPS size.
+enum TPS_RESULT
+load_tps(char* in_tps);
+
+void
+generate_tps(char *out_tps);