mirror of
				https://github.com/Atmosphere-NX/Atmosphere.git
				synced 2025-10-31 03:05:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			396 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			396 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/waitablemanager.hpp"
 | |
| 
 | |
| #include "stratosphere/ipc_templating.hpp" |