From 27a539b879fd56bbd42d5870c7a2a03979acceba Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 13 Sep 2025 06:26:55 -0500 Subject: finally a rewrite of the old junky scanner --- forgeConfig.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'forgeConfig.proto') diff --git a/forgeConfig.proto b/forgeConfig.proto index a002214..14ef1ef 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -62,6 +62,8 @@ message ForgeConfigs { // `autogenpb:mar string PatchDir = 13; // patch dir string ForgeURL = 14; // forge URL string Filename = 15; // filename of the config file + int32 rillX = 16; // used by rill + int32 rillY = 17; // used by rill } // this generic message is used by autogen to identify and -- cgit v1.2.3