13 lines
239 B
C++
13 lines
239 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "SlateIMInGameModule.h"
|
|
|
|
void FSlateIMInGameModule::StartupModule()
|
|
{
|
|
}
|
|
|
|
void FSlateIMInGameModule::ShutdownModule()
|
|
{
|
|
}
|
|
|
|
IMPLEMENT_MODULE(FSlateIMInGameModule, SlateIMInGame) |