From 72064e7dc215c5ace5ac137f0133c9979f684680 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Fri, 26 Nov 2021 08:55:11 -0800 Subject: [PATCH] AlwaysInclude required methods --- BeefLibs/corlib/src/Internal.bf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BeefLibs/corlib/src/Internal.bf b/BeefLibs/corlib/src/Internal.bf index 0ab17ef4..882e73fa 100644 --- a/BeefLibs/corlib/src/Internal.bf +++ b/BeefLibs/corlib/src/Internal.bf @@ -243,6 +243,7 @@ namespace System } } + [AlwaysInclude] public static String[] CreateParamsArray() { char8* cmdLine = GetCommandLineArgs(); @@ -347,6 +348,7 @@ namespace System return strVals; } + [AlwaysInclude] public static void DeleteStringArray(String[] arr) { for (var str in arr)