Atmosphere/stratosphere/pm/source/pm_boot2.hpp

10 lines
122 B
C++
Raw Normal View History

2018-07-27 05:23:53 -04:00
#pragma once
enum class TitleId : u64 {
x = 0UL,
};
class EmbeddedBoot2 {
public:
static void Main();
};