summaryrefslogtreecommitdiff
path: root/yapp/notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'yapp/notify.h')
-rw-r--r--yapp/notify.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/yapp/notify.h b/yapp/notify.h
new file mode 100644
index 0000000..7f39eb6
--- /dev/null
+++ b/yapp/notify.h
@@ -0,0 +1,7 @@
+#ifndef _NOTIFY_IMP_INC
+#define _NOTIFY_IMP_INC
+
+void InitNotify();
+void DeinitNotify();
+
+#endif