mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-07 04:47:58 +00:00
11 lines
No EOL
349 B
C++
11 lines
No EOL
349 B
C++
#pragma once
|
|
|
|
#include "stratosphere/iwaitable.hpp"
|
|
#include "stratosphere/iserviceobject.hpp"
|
|
#include "stratosphere/iserver.hpp"
|
|
#include "stratosphere/servicesession.hpp"
|
|
#include "stratosphere/serviceserver.hpp"
|
|
#include "stratosphere/managedportserver.hpp"
|
|
#include "stratosphere/waitablemanager.hpp"
|
|
|
|
#include "stratosphere/ipc_templating.hpp" |