Files
UnrealEngine/Engine/Source/Developer/Windows/LiveCoding/Private/External/LC_RunMode.h
2025-05-18 13:04:45 +08:00

19 lines
211 B
C

// Copyright 2011-2020 Molecular Matters GmbH, all rights reserved.
#pragma once
#if LC_VERSION == 1
struct RunMode
{
enum Enum
{
DEFAULT,
EXTERNAL_BUILD_SYSTEM,
INVALID
};
};
#endif // LC_VERSION