moved the source back to src
[simple-xmbc-rem] / src / genericnotify.h
diff --git a/src/genericnotify.h b/src/genericnotify.h
new file mode 100644 (file)
index 0000000..8a3143c
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef GENERIC_NOTIFY_H
+#define GENERIC_NOTIFY_H
+
+#include <QString>
+
+namespace notify
+{
+    void init();
+    void notify(const QString& msg);
+}
+
+#endif // GENERIC_NOTIFY_H