2018-04-22 03:31:06 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "stratosphere/iwaitable.hpp"
|
|
|
|
#include "stratosphere/iserviceobject.hpp"
|
2018-04-22 03:57:24 +01:00
|
|
|
#include "stratosphere/iserver.hpp"
|
2018-04-22 03:31:06 +01:00
|
|
|
#include "stratosphere/servicesession.hpp"
|
|
|
|
#include "stratosphere/serviceserver.hpp"
|
2018-04-22 03:57:24 +01:00
|
|
|
#include "stratosphere/managedportserver.hpp"
|
2018-04-22 07:21:34 +01:00
|
|
|
#include "stratosphere/existingportserver.hpp"
|
2018-06-10 10:06:50 +01:00
|
|
|
#include "stratosphere/childholder.hpp"
|
2018-05-03 23:15:00 +01:00
|
|
|
|
|
|
|
#include "stratosphere/ievent.hpp"
|
|
|
|
#include "stratosphere/systemevent.hpp"
|
2018-05-04 06:58:25 +01:00
|
|
|
#include "stratosphere/hossynch.hpp"
|
2018-05-03 23:15:00 +01:00
|
|
|
|
2018-04-22 03:57:24 +01:00
|
|
|
#include "stratosphere/waitablemanager.hpp"
|
|
|
|
|
|
|
|
#include "stratosphere/ipc_templating.hpp"
|