Working loading, Saving and default config functions
This commit is contained in:
parent
996dd0a232
commit
5c9a3256d6
6 changed files with 335 additions and 97 deletions
|
@ -8,6 +8,8 @@ public class HarmonyLink : ModuleRules
|
|||
public HarmonyLink(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
|
||||
|
||||
IWYUSupport = IWYUSupport.Full;
|
||||
|
||||
PublicIncludePaths.AddRange(
|
||||
new string[] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue