diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-24 01:02:32 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-24 01:02:32 +0100 |
commit | b9f939df05b9ffa94c94473b575b64488f872eea (patch) | |
tree | 11c97c222e543f3fddf5ffba0be69ed8a3087f73 /FICS/board.h | |
parent | fedff8b755fcb1474b39418eaff6c9046afb6bc1 (diff) |
Moved the style function declarations to the header file
Diffstat (limited to 'FICS/board.h')
-rw-r--r-- | FICS/board.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/FICS/board.h b/FICS/board.h index 8d13f69..df8ca3a 100644 --- a/FICS/board.h +++ b/FICS/board.h @@ -131,6 +131,20 @@ extern char *bpstring[]; extern int pieceValues[7]; +extern int style1(); +extern int style2(); +extern int style3(); +extern int style4(); +extern int style5(); +extern int style6(); +extern int style7(); +extern int style8(); +extern int style9(); +extern int style10(); +extern int style11(); +extern int style12(); +extern int style13(); + extern char *board_to_string(char *, char *, int, int, game_state_t *, move_t *, int, int, int, int); extern char *move_and_time(move_t *); |