mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-03 14:09:46 +03:00
Now bindings works automatically and is smoooth, aslo strings work now
This commit is contained in:
@@ -10,11 +10,11 @@ namespace Nuake.Net
|
||||
Internals.ExampleModuleExampleFunctionICall();
|
||||
}
|
||||
}
|
||||
public static void ExampleModuleLog(string hi)
|
||||
public static void ExampleModuleLog16(string hi2)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
Internals.ExampleModuleExampleModuleLogICall(hi);
|
||||
Internals.ExampleModuleExampleModuleLog16ICall(hi2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user