libnx/nx/include/switch.h

18 lines
214 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/svc.h>
#ifdef __cplusplus
}
#endif