mirror of
https://github.com/zeldaret/ss
synced 2026-06-22 08:35:39 -04:00
14 lines
195 B
C
14 lines
195 B
C
#ifndef RVL_SDK_PUBLIC_AI_H
|
|
#define RVL_SDK_PUBLIC_AI_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <lib/rvl/AI/ai.h>
|
|
#include <lib/rvl/AI/ai_hardware.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|