mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Lost changes
This commit is contained in:
parent
e6c4a95ccd
commit
8e9d7ed4c4
56 changed files with 1579 additions and 794 deletions
3
IDE/dist/lib/gen/src/Program.bf
vendored
3
IDE/dist/lib/gen/src/Program.bf
vendored
|
@ -12,7 +12,8 @@ namespace gen
|
|||
{
|
||||
class Program
|
||||
{
|
||||
static String[] sNames = new .[]("comdlg32", "gdi32", "kernel32", "ole32", "netapi32", "ntdll", "rpcrt4", "user32", "version", "winmm") ~ delete _;
|
||||
static String[] sNames = new .[]("advapi32", "comdlg32", "crypt32", "d3d11", "dinput8", "gdi32", "kernel32", "ole32", "netapi32",
|
||||
"ntdll", "rpcrt4", "shell32", "shlwapi", "user32", "version", "winmm", "winhttp", "wininet", "WS2_32", "wsock32") ~ delete _;
|
||||
|
||||
public static int Main(String[] args)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue