Files
Marc Audy 360d078ca3 Second batch of remaining Engine copyright updates.
#rnx
#rb none

[CL 10871248 by Marc Audy in Main branch]
2019-12-27 09:26:59 -05:00

14 lines
252 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Modules/ModuleManager.h"
/** Module definition for replication graph */
class REPLICATIONGRAPH_API FReplicationGraphModule : public FDefaultModuleImpl
{
public:
private:
};