#pragma once namespace RE { enum class COMPILER_NAME : std::int32_t { kDefault = 0x0, kSystemWindow = 0x1, kDialogue = 0x2 }; }