Skip to content

Commit

Permalink
Modernization pass (IWYU).
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpreussner committed Apr 11, 2017
1 parent 1432806 commit 762ccbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/GDC2016/Private/CompanionGameMode.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

#pragma once

#include "CoreTypes.h"
#include "Delegates/Delegate.h"
#include "GameFramework/GameMode.h"
#include "IMessageContext.h"
#include "Misc/DateTime.h"
#include "UObject/ScriptMacros.h"

#include "CompanionGameMode.generated.h"
Expand All @@ -13,6 +16,7 @@ class IMessageRpcClient;

struct FConfiguratorPong;


DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnConfiguratorFound);
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnConfiguratorLost);

Expand Down
3 changes: 3 additions & 0 deletions Source/GDC2016/Private/ConfiguratorGameMode.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

#pragma once

#include "CoreTypes.h"
#include "AsyncResult.h"
#include "GameFramework/GameMode.h"
#include "Templates/SharedPointer.h"

#include "ConfiguratorGameMode.generated.h"

Expand All @@ -14,6 +16,7 @@ class IMessageRpcServer;
struct FConfiguratorPing;
struct FConfiguratorCommandRequest;


DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnConfiguratorEvent);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FOnConfiguratorUpdateRotation, float, Yaw, float, Pitch);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FOnConfiguratorUpdateSelectedItem, int32, CategoryIndex, int32, ItemIndex);
Expand Down
2 changes: 2 additions & 0 deletions Source/GDC2016/Private/RpcMessages.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#pragma once

#include "CoreTypes.h"
#include "Containers/UnrealString.h"
#include "RpcMessage.h"
#include "UObject/ObjectMacros.h"

Expand Down

0 comments on commit 762ccbc

Please sign in to comment.