blob: 8e4556aa79e648f77cc13bd54599e22231d7cc38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef RVL_SDK_PUBLIC_WPAD_H
#define RVL_SDK_PUBLIC_WPAD_H
#ifdef __cplusplus
extern "C" {
#endif
#include "rvl/WPAD/WPAD.h"
#include "rvl/WPAD/WPADMem.h"
#ifdef __cplusplus
}
#endif
#endif
|