From 9ad1a61cd84245e49adb796a3367cfb221431ad6 Mon Sep 17 00:00:00 2001 From: farsight-andre <44437550+Ahuna2@users.noreply.github.com> Date: Sun, 19 Apr 2026 21:55:25 +0300 Subject: [PATCH] source pointer --- Source/WhipWing/WhipWing.Build.cs | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Source/WhipWing/WhipWing.Build.cs b/Source/WhipWing/WhipWing.Build.cs index d436769..c8c6301 100644 --- a/Source/WhipWing/WhipWing.Build.cs +++ b/Source/WhipWing/WhipWing.Build.cs @@ -12,12 +12,14 @@ public class WhipWing : ModuleRules PrivateDependencyModuleNames.AddRange(new string[] { }); - // Uncomment if you are using Slate UI - // PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" }); - - // Uncomment if you are using online features - // PrivateDependencyModuleNames.Add("OnlineSubsystem"); + PublicIncludePaths.AddRange(new string[] { "WhipWing" }); - // To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true - } + // Uncomment if you are using Slate UI + // PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" }); + + // Uncomment if you are using online features + // PrivateDependencyModuleNames.Add("OnlineSubsystem"); + + // To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true + } }