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

13 lines
159 B
C

#ifndef RVL_SDK_PUBLIC_TPL_H
#define RVL_SDK_PUBLIC_TPL_H
#ifdef __cplusplus
extern "C" {
#endif
#include "rvl/TPL/TPL.h"
#ifdef __cplusplus
}
#endif
#endif