diff options
| author | tslil <tslil@posteo.de> | 2020-12-30 17:29:15 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | a6308720e8c522c5fe60f74e4acde6d6a03e2dde (patch) | |
| tree | 412d97962fffe58ca0f159aad1b1da80ef98225c /include/ptn.h | |
| parent | 7ddade2074b9ec88c1a42cc6a00905d229485ebb (diff) | |
Transition to single file header
Diffstat (limited to 'include/ptn.h')
| -rw-r--r-- | include/ptn.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/include/ptn.h b/include/ptn.h deleted file mode 100644 index fd154f9..0000000 --- a/include/ptn.h +++ /dev/null @@ -1,24 +0,0 @@ -#include <stdint.h> -#include "enums.h" - -uint8_t -likely_move(char *ptn); - -enum E_RESULT -parse_place(const uint8_t board_size, char *ptn, - uint8_t *out_location, enum STONE_VARIANT *out_stone); - -enum E_RESULT -parse_move(const uint8_t board_size, char *ptn, - uint8_t *out_location, enum MOVE_DIRECTION *out_direction, - uint8_t *out_steps, uint8_t out_drops[5]); - -void -generate_place(const uint8_t board_size, const uint8_t in_location, - const enum STONE_VARIANT in_stone, char out_ptn[4]); - -void -generate_move(const uint8_t board_size, const uint8_t in_location, - const enum MOVE_DIRECTION in_direction, - const uint8_t in_steps, const uint8_t in_drops[5], - char out_ptn[10]); |
