mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 19:12:42 +02:00
19 lines
550 B
C++
19 lines
550 B
C++
#pragma once
|
|
|
|
#include "stratosphere/ipc_templating.hpp"
|
|
|
|
#include "stratosphere/iwaitable.hpp"
|
|
#include "stratosphere/iserviceobject.hpp"
|
|
#include "stratosphere/iserver.hpp"
|
|
#include "stratosphere/ipcsession.hpp"
|
|
#include "stratosphere/servicesession.hpp"
|
|
#include "stratosphere/serviceserver.hpp"
|
|
#include "stratosphere/managedportserver.hpp"
|
|
#include "stratosphere/existingportserver.hpp"
|
|
|
|
#include "stratosphere/ievent.hpp"
|
|
#include "stratosphere/systemevent.hpp"
|
|
#include "stratosphere/hossynch.hpp"
|
|
|
|
#include "stratosphere/waitablemanager.hpp"
|