10 lines
202 B
C++
10 lines
202 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "PatchCheckModule.h"
|
|
|
|
class FPatchCheckModule : public TPatchCheckModule<FPatchCheck>
|
|
{
|
|
};
|
|
|
|
IMPLEMENT_MODULE(FPatchCheckModule, PatchCheck);
|