#pragma once enum class TitleId : u64 { x = 0UL, }; class EmbeddedBoot2 { public: static void Main(); };