diff options
Diffstat (limited to 'src/core/stdpopup/src/notify.h')
-rw-r--r-- | src/core/stdpopup/src/notify.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/stdpopup/src/notify.h b/src/core/stdpopup/src/notify.h new file mode 100644 index 0000000000..014670a963 --- /dev/null +++ b/src/core/stdpopup/src/notify.h @@ -0,0 +1,6 @@ +#ifndef _NOTIFY_IMP_INC +#define _NOTIFY_IMP_INC + +void InitNotify(); + +#endif |