From 47ada94baa424e56d2ded256fddc91e6aa4d3090 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 3 Dec 2013 03:05:47 +0100 Subject: initial import --- gato.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gato.h (limited to 'gato.h') diff --git a/gato.h b/gato.h new file mode 100644 index 0000000..833ae59 --- /dev/null +++ b/gato.h @@ -0,0 +1,13 @@ +#ifndef GATO_H +#define GATO_H + +#include "libgato_global.h" +#include "gatoaddress.h" +#include "gatouuid.h" +#include "gatocentralmanager.h" +#include "gatoperipheral.h" +#include "gatoservice.h" +#include "gatocharacteristic.h" +#include "gatodescriptor.h" + +#endif // GATO_H -- cgit v1.2.3