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:
@@ -7,7 +7,7 @@ using System.Xml;
|
||||
namespace Raylib_cs
|
||||
{
|
||||
[SuppressUnmanagedCodeSecurity]
|
||||
public static unsafe class Raylib
|
||||
public static unsafe partial class Raylib
|
||||
{
|
||||
/// <summary>
|
||||
/// Used by DllImport to load the native library
|
||||
|
Reference in New Issue
Block a user