From dc20bc46ab53ae967afb4075304357e9e7f041cf Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Thu, 28 Sep 2023 18:54:49 +0100 Subject: [PATCH] Fix build --- Raylib-cs/types/RenderBatch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Raylib-cs/types/RenderBatch.cs b/Raylib-cs/types/RenderBatch.cs index 7b08ff0..43c1f90 100644 --- a/Raylib-cs/types/RenderBatch.cs +++ b/Raylib-cs/types/RenderBatch.cs @@ -1,3 +1,4 @@ +using System; using System.Runtime.InteropServices; namespace Raylib_cs;