Added regen_solutions.ps1, added to update_deps.ps1: imgui/cog/steamaduio into engine

SteamAudio seems to be working fine.
UE_Imgui/Cog are having some issues...
This commit is contained in:
2024-04-09 16:35:54 -04:00
parent 41a5dccab4
commit 1a2d8582f4
27 changed files with 1880 additions and 699 deletions

View File

@ -11,7 +11,9 @@ public class SurgoEditor : ModuleRules
});
PrivateDependencyModuleNames.AddRange(new string[] {
"Core",
});
#endregion Engine
});
#endregion Engine
PublicIncludePathModuleNames.Add("Surgo");
}
}

View File

@ -10,4 +10,4 @@ void FSurgoEditorModule::StartupModule()
void FSurgoEditorModule::ShutdownModule()
{
}
}