mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
Simplify namespacing
This commit is contained in:
parent
4be88c7180
commit
e86e1588e3
9 changed files with 18 additions and 18 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <stratosphere.hpp>
|
||||
#include "sm_types.hpp"
|
||||
|
||||
namespace sts { namespace sm {
|
||||
namespace sts::sm {
|
||||
|
||||
/* Command IDs. */
|
||||
enum ManagerServiceCmd {
|
||||
|
@ -48,4 +48,4 @@ namespace sts { namespace sm {
|
|||
};
|
||||
};
|
||||
|
||||
}}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue