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