14 lines
312 B
C++
14 lines
312 B
C++
|
|
// Copyright (c) 2026 Unreal Directive. Licensed under the MIT License.
|
||
|
|
|
||
|
|
#include "DirectiveUtilitiesRuntime.h"
|
||
|
|
|
||
|
|
void FDirectiveUtilitiesRuntimeModule::StartupModule()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
void FDirectiveUtilitiesRuntimeModule::ShutdownModule()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
IMPLEMENT_MODULE(FDirectiveUtilitiesRuntimeModule, DirectiveUtilitiesRuntime)
|