1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-05 19:51:45 +00:00
Atmosphere/stratosphere/pm/source/pm_boot2.hpp
2018-07-27 02:23:53 -07:00

10 lines
No EOL
122 B
C++

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