From b82f806901456cda64656fc4dbf959011f56a493 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 31 May 2021 05:12:47 +0300 Subject: [PATCH 61/61] Add function header for i_am_tool() See osdn #42330 Signed-off-by: Marko Lindqvist --- common/game.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/game.h b/common/game.h index 1717ae5959..846cbf257b 100644 --- a/common/game.h +++ b/common/game.h @@ -306,6 +306,9 @@ static inline bool is_server(void) void i_am_server(void); void i_am_client(void); +/**********************************************************************//** + Set program type to tool. +**************************************************************************/ static inline void i_am_tool(void) { i_am_server(); /* No difference between a tool and server at the moment */ -- 2.30.2