Files
ryan durand 5954c1f85b Updating remaining copyrights in Engine.
#rnx
#rb none


#ROBOMERGE-SOURCE: CL 10869250 via CL 10869537 via CL 10869906
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870965 by ryan durand in Main branch]
2019-12-26 23:08:00 -05:00

15 lines
290 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "LibSampleRateModule.h"
#include "Modules/ModuleManager.h"
class FLibSampleRateModule : public IModuleInterface
{
public:
virtual void StartupModule() override
{
}
};
IMPLEMENT_MODULE(FLibSampleRateModule, UELibSampleRate);