11 lines
179 B
C++
Raw Normal View History

2025-05-13 15:21:02 +07:00
#include "RD.h"
#include <Modules/ModuleManager.h>
#define LOCTEXT_NAMESPACE "RD"
DEFINE_LOG_CATEGORY(FLogRDModule);
IMPLEMENT_MODULE(FRDModule, RD);
#undef LOCTEXT_NAMESPACE