diff options
Diffstat (limited to 'include/tps.h')
| -rw-r--r-- | include/tps.h | 11 |
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); |
