mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
DotNet hosting test
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Interop;
|
||||
namespace GlitchyEngineHelper
|
||||
{
|
||||
static class DotNetRuntime
|
||||
{
|
||||
[LinkName("TestRunDotNet"), CallingConvention(.Cdecl)]
|
||||
public static extern int TestRunDotNet(c_int argc, c_wchar** argv);
|
||||
|
||||
[LinkName("DotNet_Init"), CallingConvention(.Cdecl)]
|
||||
public static extern int Init();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user