mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
13 lines
182 B
C
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
|