diff options
Diffstat (limited to 'src/modules/bluetooth/bluetooth.h')
| -rw-r--r-- | src/modules/bluetooth/bluetooth.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/bluetooth/bluetooth.h b/src/modules/bluetooth/bluetooth.h new file mode 100644 index 0000000..d9aa059 --- /dev/null +++ b/src/modules/bluetooth/bluetooth.h @@ -0,0 +1,11 @@ +#pragma once + +#include "option.h" + +#define FF_BLUETOOTH_MODULE_NAME "Bluetooth" + +bool ffPrintBluetooth(FFBluetoothOptions* options); +void ffInitBluetoothOptions(FFBluetoothOptions* options); +void ffDestroyBluetoothOptions(FFBluetoothOptions* options); + +extern FFModuleBaseInfo ffBluetoothModuleInfo; |