mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 23:21:41 -04:00
14 lines
187 B
C
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
|