summaryrefslogtreecommitdiff
path: root/libgato_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgato_global.h')
-rw-r--r--libgato_global.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libgato_global.h b/libgato_global.h
new file mode 100644
index 0000000..ddc4173
--- /dev/null
+++ b/libgato_global.h
@@ -0,0 +1,14 @@
+#ifndef LIBGATO_GLOBAL_H
+#define LIBGATO_GLOBAL_H
+
+#include <QtCore/qglobal.h>
+
+#if defined(LIBGATO_LIBRARY)
+# define LIBGATO_EXPORT Q_DECL_EXPORT
+#else
+# define LIBGATO_EXPORT Q_DECL_IMPORT
+#endif
+
+typedef quint16 GatoHandle;
+
+#endif // LIBGATO_GLOBAL_H