libnx/nx/include/switch.h
2017-09-09 14:57:14 +02:00

20 lines
265 B
C

/**
* @file switch.h
* @brief Central Switch header. Includes all others.
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <switch/types.h>
#include <switch/result.h>
#include <switch/svc.h>
#include <switch/ipc.h>
#ifdef __cplusplus
}
#endif