From cab8e56f233f60d2ee51e0a06ff5b3f5c9c3bd4c Mon Sep 17 00:00:00 2001 From: Alexander Baggett Date: Wed, 4 Sep 2024 09:35:55 -0500 Subject: [PATCH] Update Raylib.cs --- Raylib-cs/interop/Raylib.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Raylib-cs/interop/Raylib.cs b/Raylib-cs/interop/Raylib.cs index f730dfc..ffc378a 100644 --- a/Raylib-cs/interop/Raylib.cs +++ b/Raylib-cs/interop/Raylib.cs @@ -1,6 +1,7 @@ using System; using System.Numerics; using System.Runtime.InteropServices; +using System.Runtime.CompilerServices; using System.Security; namespace Raylib_cs;