diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 93b22b718e..767f127f32 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -5,6 +5,7 @@ #include <windows.h>
#include <windns.h>
#include <time.h>
+#include <commctrl.h>
#include <string>
#include <sstream>
@@ -68,4 +69,10 @@ T CreateFunction(LPCSTR functionName) return reinterpret_cast<T>(GetProcAddress(g_hToxLibrary, functionName));
}
+extern HWND hAddNodeDlg;
+
+int OptInit(WPARAM wParam, LPARAM lParam);
+int PreShutdown(WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK ToxNodesOptionsProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+
#endif //_COMMON_H_
\ No newline at end of file |