Files
Cog/Plugins/Cog/Source/CogWindow/Private/CogWindowModule.cpp
T
2023-10-13 14:59:53 -04:00

17 lines
487 B
C++

#include "CogWindowModule.h"
#define LOCTEXT_NAMESPACE "FCogWindowModule"
//--------------------------------------------------------------------------------------------------------------------------
void FCogWindowModule::StartupModule()
{
}
//--------------------------------------------------------------------------------------------------------------------------
void FCogWindowModule::ShutdownModule()
{
}
#undef LOCTEXT_NAMESPACE
IMPLEMENT_MODULE(FCogWindowModule, CogWindow)