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