diff --git a/Source/Unrealzilla/Public/API/BugzillaJSONStructs.h b/Source/Unrealzilla/Private/API/BugzillaJSONStructs.h similarity index 98% rename from Source/Unrealzilla/Public/API/BugzillaJSONStructs.h rename to Source/Unrealzilla/Private/API/BugzillaJSONStructs.h index f8128b2..ff47a82 100644 --- a/Source/Unrealzilla/Public/API/BugzillaJSONStructs.h +++ b/Source/Unrealzilla/Private/API/BugzillaJSONStructs.h @@ -4,7 +4,7 @@ #include "CoreMinimal.h" -#include "BugzillaJSONStructs.generated.h" +//#include "BugzillaJSONStructs.generated.h" /** diff --git a/Source/Unrealzilla/Private/API/UnrealzillaBugDataStructs.h b/Source/Unrealzilla/Public/API/UnrealzillaBugDataStructs.h similarity index 100% rename from Source/Unrealzilla/Private/API/UnrealzillaBugDataStructs.h rename to Source/Unrealzilla/Public/API/UnrealzillaBugDataStructs.h