2020-12-10 14:25:20 +00:00
|
|
|
#pragma once
|
2021-03-11 09:31:07 +00:00
|
|
|
|
2021-09-09 21:11:32 +00:00
|
|
|
#include <stdint.h>
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2021-03-11 09:31:07 +00:00
|
|
|
typedef struct Bt Bt;
|
2021-09-09 21:11:32 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|