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

#include "rvl/DB/db.h"

#ifdef __cplusplus
}
#endif
#endif