mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-03 14:09:46 +03:00
C# generator now working with bindings.json
This commit is contained in:
21
NuakeNet/Source/Generated/ExampleModule.cs
Normal file
21
NuakeNet/Source/Generated/ExampleModule.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
namespace Nuake
|
||||
{
|
||||
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