Files
ss/include/rvl/AI.h
T
2023-10-06 07:49:50 -04:00

14 lines
187 B
C

#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