mirror of
https://github.com/zeldaret/ss.git
synced 2024-12-04 11:54:36 +00:00
13 lines
159 B
C
13 lines
159 B
C
#ifndef RVL_SDK_PUBLIC_PAD_H
|
|
#define RVL_SDK_PUBLIC_PAD_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/PAD/Pad.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|