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

Make class Raylib partial

This commit is contained in:
Ben Parsons 2021-12-05 01:48:01 +11:00
commit 2d5c14ae2c

View file

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