mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-13 19:42:27 +00:00
18 lines
No EOL
550 B
C++
18 lines
No EOL
550 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/existingportserver.hpp"
|
|
#include "stratosphere/childholder.hpp"
|
|
|
|
#include "stratosphere/ievent.hpp"
|
|
#include "stratosphere/systemevent.hpp"
|
|
#include "stratosphere/hossynch.hpp"
|
|
|
|
#include "stratosphere/waitablemanager.hpp"
|
|
|
|
#include "stratosphere/ipc_templating.hpp" |