Watch
2
0
Fork
You've already forked raylib-cs
0

Move binding functions into interop folder

This commit is contained in:
Rgebee 2022-02-10 20:46:26 +00:00
commit 5e01171a42
5 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ namespace Raylib_cs
}
[SuppressUnmanagedCodeSecurity]
public static unsafe class Raymath
public static unsafe partial class Raymath
{
/// <summary>
/// Used by DllImport to load the native library

View file

@ -5,7 +5,7 @@ using System.Security;
namespace Raylib_cs
{
[SuppressUnmanagedCodeSecurity]
public static unsafe class Rlgl
public static unsafe partial class Rlgl
{
/// <summary>
/// Used by DllImport to load the native library