From 50430b9bf31f5271ba854468fbf524409041d59c Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 21 Aug 2024 09:52:51 +0100 Subject: [PATCH] Added `GControl` structure to type list --- ReCodeItCLI/Commands/GenRefList.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ReCodeItCLI/Commands/GenRefList.cs b/ReCodeItCLI/Commands/GenRefList.cs index e4b3be1..4db0343 100644 --- a/ReCodeItCLI/Commands/GenRefList.cs +++ b/ReCodeItCLI/Commands/GenRefList.cs @@ -15,6 +15,7 @@ public class GenRefList : ICommand { "Class", "GClass", + "GControl", "GInterface", "Interface", "GStruct"