From 867d5f3e0e4d91db9662d8cc1f65b076baafd663 Mon Sep 17 00:00:00 2001
From: spherallic <spherallic@gmail.com>
Date: Thu, 12 Oct 2023 14:45:16 +0200
Subject: [PATCH] Include SOC-related files in BuilderMono project

---
 Source/Core/BuilderMono.csproj | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Source/Core/BuilderMono.csproj b/Source/Core/BuilderMono.csproj
index 2419a7b03..327613d75 100644
--- a/Source/Core/BuilderMono.csproj
+++ b/Source/Core/BuilderMono.csproj
@@ -304,7 +304,10 @@
     <Compile Include="Rendering\Vector4.cs" />
     <Compile Include="Rendering\VertexBuffer.cs" />
     <Compile Include="Rendering\VisualSlopeHandle.cs" />
+    <Compile Include="SRB2\SOCLevelHeader.cs" />
+    <Compile Include="SRB2\SOCMobjStructure.cs" />
     <Compile Include="SRB2\LuaMobjStructure.cs" />
+    <Compile Include="SRB2\SOCParser.cs" />
     <Compile Include="SRB2\LuaParser.cs" />
     <Compile Include="VisualModes\VisualSlope.cs" />
     <Compile Include="Windows\ILinedefEditForm.cs" />
-- 
GitLab