1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 22:13:24 +01:00
Atmosphere/stratosphere/pm/source/pm_boot2.hpp

10 lines
122 B
C++
Raw Normal View History

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