2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Make class Raylib partial

This commit is contained in:
2021-12-05 01:48:01 +11:00
parent b9756993f1
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