From b9f939df05b9ffa94c94473b575b64488f872eea Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 24 Dec 2023 01:02:32 +0100 Subject: Moved the style function declarations to the header file --- FICS/board.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'FICS/board.c') 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"}; -- cgit v1.2.3