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.c | |
parent | fedff8b755fcb1474b39418eaff6c9046afb6bc1 (diff) |
Moved the style function declarations to the header file
Diffstat (limited to 'FICS/board.c')
-rw-r--r-- | FICS/board.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/FICS/board.c b/FICS/board.c index 08f4d88..ccd5880 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -40,20 +40,6 @@ #define IsMachineStyle(n) (((1 << (n)) & mach_type) != 0) -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(); - PUBLIC char *wpstring[] = {" ", "P", "N", "B", "R", "Q", "K"}; PUBLIC char *bpstring[] = {" ", "p", "n", "b", "r", "q", "k"}; |