mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
15 lines
243 B
C
15 lines
243 B
C
#ifndef RVL_SDK_PUBLIC_NWC24_H
|
|
#define RVL_SDK_PUBLIC_NWC24_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/NWC24/NWC24Schedule.h"
|
|
#include "rvl/NWC24/NWC24System.h"
|
|
#include "rvl/NWC24/NWC24Time.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|