mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 01:18:02 +02:00
AlwaysInclude required methods
This commit is contained in:
parent
ed80a8d88b
commit
72064e7dc2
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue