Added basics for automatic C# -> C++ Bindings
This commit is contained in:
@@ -1,21 +1,5 @@
|
||||
using System;
|
||||
namespace Nuake
|
||||
namespace Nuake.Net
|
||||
{
|
||||
public static class ExampleModule
|
||||
{
|
||||
public static void ExampleFunction()
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
Internals.ExampleModuleExampleFunctionICall();
|
||||
}
|
||||
}
|
||||
public static void ExampleModuleLog(string hi)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
Internals.ExampleModuleExampleModuleLogICall(hi);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user