diff options
Diffstat (limited to 'protocols/WhatsApp/src/dialogs.h')
-rw-r--r-- | protocols/WhatsApp/src/dialogs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/dialogs.h b/protocols/WhatsApp/src/dialogs.h new file mode 100644 index 0000000000..8b34cd0854 --- /dev/null +++ b/protocols/WhatsApp/src/dialogs.h @@ -0,0 +1,7 @@ +#if !defined(DIALOGS_H)
+#define DIALOGS_H
+
+INT_PTR CALLBACK WhatsAppAccountProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
+INT_PTR CALLBACK WhatsAppInputBoxProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
+
+#endif
\ No newline at end of file |