mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 23:21:41 -04:00
15 lines
213 B
C
15 lines
213 B
C
#ifndef RVL_SDK_PUBLIC_VI_H
|
|
#define RVL_SDK_PUBLIC_VI_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/VI/vi.h"
|
|
#include "rvl/VI/vi3in1.h"
|
|
#include "rvl/VI/vihardware.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|