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:
@ -9,5 +9,7 @@ public class SurgoTarget : TargetRules
|
||||
{
|
||||
Type = TargetType.Game;
|
||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
||||
|
||||
ExtraModuleNames.Add("Surgo");
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,9 @@ public class Surgo : ModuleRules
|
||||
});
|
||||
PrivateDependencyModuleNames.AddRange(new string[] {
|
||||
"Core",
|
||||
});
|
||||
});
|
||||
#endregion Engine
|
||||
|
||||
PublicIncludePathModuleNames.Add("Surgo");
|
||||
}
|
||||
}
|
||||
|
@ -10,5 +10,8 @@ public class SurgoEditorTarget : TargetRules
|
||||
Type = TargetType.Editor;
|
||||
|
||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
||||
|
||||
ExtraModuleNames.Add("Surgo");
|
||||
ExtraModuleNames.Add("SurgoEditor");
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,9 @@ public class SurgoEditor : ModuleRules
|
||||
});
|
||||
PrivateDependencyModuleNames.AddRange(new string[] {
|
||||
"Core",
|
||||
});
|
||||
#endregion Engine
|
||||
});
|
||||
#endregion Engine
|
||||
|
||||
PublicIncludePathModuleNames.Add("Surgo");
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ void FSurgoEditorModule::StartupModule()
|
||||
void FSurgoEditorModule::ShutdownModule()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user