summaryrefslogtreecommitdiff
path: root/include/rvl/CNT.h
blob: 10c8be9ebf71969220bb600287b91334ced2c791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RVL_SDK_PUBLIC_CNT_H
#define RVL_SDK_PUBLIC_CNT_H
#ifdef __cplusplus
extern "C" {
#endif

#include "rvl/CNT/cnt.h"

#ifdef __cplusplus
}
#endif
#endif