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] [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

View file

@ -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