Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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