Move binding functions into interop folder
This commit is contained in:
parent
370ab8d9f3
commit
5e01171a42
5 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ namespace Raylib_cs
|
||||||
}
|
}
|
||||||
|
|
||||||
[SuppressUnmanagedCodeSecurity]
|
[SuppressUnmanagedCodeSecurity]
|
||||||
public static unsafe class Raymath
|
public static unsafe partial class Raymath
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Used by DllImport to load the native library
|
/// Used by DllImport to load the native library
|
||||||
|
|
@ -5,7 +5,7 @@ using System.Security;
|
||||||
namespace Raylib_cs
|
namespace Raylib_cs
|
||||||
{
|
{
|
||||||
[SuppressUnmanagedCodeSecurity]
|
[SuppressUnmanagedCodeSecurity]
|
||||||
public static unsafe class Rlgl
|
public static unsafe partial class Rlgl
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Used by DllImport to load the native library
|
/// Used by DllImport to load the native library
|
||||||
Loading…
Reference in a new issue