From e1730d8012fca0a712de588285342f7ad10dd804 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sun, 9 Aug 2026 12:22:53 +0000 Subject: now including entertain/chess --- include/hybbx/networks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/hybbx/networks.h b/include/hybbx/networks.h index ab8e954..b58642d 100644 --- a/include/hybbx/networks.h +++ b/include/hybbx/networks.h @@ -35,6 +35,8 @@ typedef struct hybbx_networks_config { int circuit; /** Main-to-Main mesh (`transport.mains_proxy`) — Secondary primary. */ int mains_proxy; + /** Entertain feature plugin (chess, …) — Main / standalone Main only. */ + int entertain; } hybbx_networks_config_t; void hybbx_networks_config_defaults(hybbx_networks_config_t *networks); -- cgit v1.3.1