From 2d5c14ae2cde6b94fb6ec39015aa58d7fc702f35 Mon Sep 17 00:00:00 2001 From: Ben Parsons <9parsonsb@gmail.com> Date: Sun, 5 Dec 2021 01:48:01 +1100 Subject: [PATCH] Make class Raylib partial --- Raylib-cs/Raylib.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raylib-cs/Raylib.cs b/Raylib-cs/Raylib.cs index c9abf60..f0e1634 100644 --- a/Raylib-cs/Raylib.cs +++ b/Raylib-cs/Raylib.cs @@ -7,7 +7,7 @@ using System.Xml; namespace Raylib_cs { [SuppressUnmanagedCodeSecurity] - public static unsafe class Raylib + public static unsafe partial class Raylib { /// /// Used by DllImport to load the native library