mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-27 20:18:01 +02:00
Revamp Stdcall
This commit is contained in:
parent
7b4239d08e
commit
ad0dab0d4c
58 changed files with 1398 additions and 1398 deletions
|
@ -4,10 +4,10 @@ namespace IDE.util
|
|||
{
|
||||
class BfLog
|
||||
{
|
||||
[StdCall, CLink]
|
||||
[CallingConvention(.Stdcall), CLink]
|
||||
static extern void BfLog_Log(char8* str);
|
||||
|
||||
[StdCall, CLink]
|
||||
[CallingConvention(.Stdcall), CLink]
|
||||
static extern void BfLog_LogDbg(char8* str);
|
||||
|
||||
public static void Log(StringView str, params Object[] strParams)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue