mirror of
https://github.com/zeldaret/ss.git
synced 2024-12-12 07:45:51 +00:00
13 lines
159 B
C
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
|