blob: afbf8cec28f54e22288751f93072d862a038645a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef RVL_SDK_PUBLIC_AI_H
#define RVL_SDK_PUBLIC_AI_H
#ifdef __cplusplus
extern "C" {
#endif
#include "rvl/AI/ai.h"
#include "rvl/AI/ai_hardware.h"
#ifdef __cplusplus
}
#endif
#endif
|