Files
UnrealEngine/Engine/Source/Programs/UnrealMultiUserSlateServer/Private/UnrealMultiUserSlateServerMain.cpp
2025-05-18 13:04:45 +08:00

7 lines
206 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "HAL/Platform.h"
#include "RequiredProgramMainCPPInclude.h"
IMPLEMENT_APPLICATION(UnrealMultiUserSlateServer, "UnrealMultiUserSlateServer");