diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/chess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chess.h b/include/chess.h index 904db6cf..d9284110 100644 --- a/include/chess.h +++ b/include/chess.h @@ -121,6 +121,7 @@ typedef struct ChessInfo { typedef struct ChessActions { /* initial */ void (*init_user) (const userinfo_t* uinfo, ChessUser* user); + void (*init_user_rec)(const userec_t* uinfo, ChessUser* user); void (*init_board) (void* board); /* playing */ |