summaryrefslogtreecommitdiff
path: root/include/tak.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2020-12-30 17:16:49 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitaeaed8da4ee5e58660223bec2d28aacd0cf8276a (patch)
tree89f12eb812a66ce807eaca910c92d6b0cae5654d /include/tak.h
parent0a3b2d825077b5e6c5f1cf4a0dcb13fdfffc0be6 (diff)
OBOEs in try_move + logic errors
- Corrected use of static - Implemented next_turn
Diffstat (limited to 'include/tak.h')
-rw-r--r--include/tak.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tak.h b/include/tak.h
index 1c0ef50..4b103a0 100644
--- a/include/tak.h
+++ b/include/tak.h
@@ -1,7 +1,5 @@
#include "state.h"
#include "ptn.h"
-void reset_game(const uint8_t new_board_size);
-
enum E_RESULT
-try_ptn(char *ptn);
+do_ptn(char *ptn);