mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
8 lines
266 B
C++
8 lines
266 B
C++
|
#pragma once
|
||
|
|
||
|
#include "stratosphere/ipc_templating.hpp"
|
||
|
#include "stratosphere/iwaitable.hpp"
|
||
|
#include "stratosphere/iserviceobject.hpp"
|
||
|
#include "stratosphere/servicesession.hpp"
|
||
|
#include "stratosphere/serviceserver.hpp"
|
||
|
#include "stratosphere/waitablemanager.hpp"
|