12 lines
359 B
C++
12 lines
359 B
C++
// Copyright Low Entry. Apache License, Version 2.0.
|
|
|
|
#include "LowEntryExtendedStandardLibraryEditorModule.h"
|
|
|
|
|
|
void FLowEntryExtendedStandardLibraryEditorModule::StartupModule() {}
|
|
|
|
void FLowEntryExtendedStandardLibraryEditorModule::ShutdownModule() {}
|
|
|
|
|
|
IMPLEMENT_MODULE(FLowEntryExtendedStandardLibraryEditorModule, LowEntryExtendedStandardLibraryEditor)
|