7 lines
206 B
C++
7 lines
206 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "HAL/Platform.h"
|
|
#include "RequiredProgramMainCPPInclude.h"
|
|
|
|
IMPLEMENT_APPLICATION(UnrealMultiUserSlateServer, "UnrealMultiUserSlateServer");
|