diff options
Diffstat (limited to 'include/tps.h')
| -rw-r--r-- | include/tps.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/tps.h b/include/tps.h index 70cf1de..075b3f8 100644 --- a/include/tps.h +++ b/include/tps.h @@ -1,11 +1,9 @@ #include <tak.h> -#include <string.h> // for strnlen, strncmp, and strcpy #include <stdio.h> // for sprintf (in a single place! grrr) +#include <string.h> // for strnlen, strncmp, and strcpy // NOTE: We assume that board_size matches TPS size. -enum TPS_RESULT -load_tps(char* in_tps); +enum TPS_RESULT load_tps(tak_state_p state, char *in_tps); -void -generate_tps(char *out_tps); +void generate_tps(tak_state_p state, char *out_tps); |
