OLS/Plugins/Developer/RiderLink/Source/RD/RD.cpp

11 lines
179 B
C++
Raw Normal View History

2024-09-22 21:11:19 +00:00
#include "RD.h"
#include <Modules/ModuleManager.h>
#define LOCTEXT_NAMESPACE "RD"
DEFINE_LOG_CATEGORY(FLogRDModule);
IMPLEMENT_MODULE(FRDModule, RD);
#undef LOCTEXT_NAMESPACE