summaryrefslogtreecommitdiff
path: root/LUT.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-07-30 14:59:35 -0400
committerAndrew Opalach <andrew@akon.city> 2026-07-30 15:01:21 -0400
commite3245a877cce2448367a9b3d1de3abd88372d854 (patch)
treeea80860790b75479b3e3cef02ebad3044b2ee764 /LUT.cs
parenta8c54700446b892efbed2253321a17a4989393a5 (diff)
downloadWorldTuningTool-e3245a877cce2448367a9b3d1de3abd88372d854.tar.gz
WorldTuningTool-e3245a877cce2448367a9b3d1de3abd88372d854.tar.bz2
WorldTuningTool-e3245a877cce2448367a9b3d1de3abd88372d854.zip
dos2unix
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'LUT.cs')
-rw-r--r--LUT.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUT.cs b/LUT.cs
index b688f0e..06db8dd 100644
--- a/LUT.cs
+++ b/LUT.cs
@@ -6,8 +6,10 @@ using System.Runtime.InteropServices;
using ImGuiNET;
using SharpPluginLoader.Core.Memory;
+#if TEXTURE_FEATURE
using SharpPluginLoader.Core.Resources;
using SharpPluginLoader.Core.IO;
+#endif
namespace WorldTuningTool
{