mirror of
https://github.com/zeldaret/ss.git
synced 2024-12-04 11:54:36 +00:00
15 lines
262 B
C
15 lines
262 B
C
#ifndef RVL_SDK_PUBLIC_NDEV_EXI2_AD_H
|
|
#define RVL_SDK_PUBLIC_NDEV_EXI2_AD_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/NdevExi2AD/DebuggerDriver.h"
|
|
#include "rvl/NdevExi2AD/ODEMU.h"
|
|
#include "rvl/NdevExi2AD/exi2.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|