1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 09:27:59 +02:00

AlwaysInclude required methods

This commit is contained in:
Brian Fiete 2021-11-26 08:55:11 -08:00
parent ed80a8d88b
commit 72064e7dc2

View file

@ -243,6 +243,7 @@ namespace System
} }
} }
[AlwaysInclude]
public static String[] CreateParamsArray() public static String[] CreateParamsArray()
{ {
char8* cmdLine = GetCommandLineArgs(); char8* cmdLine = GetCommandLineArgs();
@ -347,6 +348,7 @@ namespace System
return strVals; return strVals;
} }
[AlwaysInclude]
public static void DeleteStringArray(String[] arr) public static void DeleteStringArray(String[] arr)
{ {
for (var str in arr) for (var str in arr)