bt.h 147 B

1234567891011121314
  1. #pragma once
  2. #include <stdint.h>
  3. #include <stdbool.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. typedef struct Bt Bt;
  8. #ifdef __cplusplus
  9. }
  10. #endif