Files
2025-05-02 20:32:04 +02:00

13 lines
182 B
C

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