OLS/Source/OLSAnimationEditor/Private/OLSAnimationEditor.cpp

17 lines
301 B
C++
Raw Normal View History

2024-09-22 21:11:19 +00:00
#include "OLSAnimationEditor.h"
#define LOCTEXT_NAMESPACE "FOLSAnimationEditorModule"
void FOLSAnimationEditorModule::StartupModule()
{
}
void FOLSAnimationEditorModule::ShutdownModule()
{
}
#undef LOCTEXT_NAMESPACE
IMPLEMENT_MODULE(FOLSAnimationEditorModule, OLSAnimationEditor)