Skip to content

Commit

Permalink
4.20 final
Browse files Browse the repository at this point in the history
  • Loading branch information
EverNewJoy committed Jul 29, 2018
1 parent 83b9206 commit 748b8f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "GenericTeamAgentInterface.h"

//For PIE error messages
#include "MessageLog.h"
#include "Runtime/Core/Public/Logging/MessageLog.h"
#define LOCTEXT_NAMESPACE "Fun BP Lib"

//Use MessasgeLog like this: (see GameplayStatics.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "VictoryBPFunctionLibrary.h"

#if PLATFORM_WINDOWS
#include "AllowWindowsPlatformTypes.h"
#include "Runtime/Core/Public/Windows/AllowWindowsPlatformTypes.h"
//#include "AdditionalWindowsHeaders.h"
#endif

Expand Down Expand Up @@ -61,5 +61,5 @@ void UVictoryBPFunctionLibrary::FlashGameOnTaskBar(APlayerController* PC, bool F


#if PLATFORM_WINDOWS
#include "HideWindowsPlatformTypes.h"
#include "Runtime/Core/Public/Windows/HideWindowsPlatformTypes.h"
#endif

0 comments on commit 748b8f0

Please sign in to comment.