From ccd19d2b7ee4184503ea46b98333b27a5613190e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 8 May 2013 18:04:31 +0200 Subject: big change: a new abstract BluetoothWatch class --- libsowatchbt/sowatchbt.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libsowatchbt/sowatchbt.h (limited to 'libsowatchbt/sowatchbt.h') diff --git a/libsowatchbt/sowatchbt.h b/libsowatchbt/sowatchbt.h new file mode 100644 index 0000000..a60f835 --- /dev/null +++ b/libsowatchbt/sowatchbt.h @@ -0,0 +1,9 @@ +#ifndef SOWATCHBT_H +#define SOWATCHBT_H + +#include "sowatchbt_global.h" + +#include "bluetoothwatch.h" +#include "bluetoothwatchscanner.h" + +#endif // SOWATCHBT_H -- cgit v1.2.3