Make class Raylib partial
This commit is contained in:
parent
b9756993f1
commit
2d5c14ae2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue