diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h new file mode 100644 index 0000000000..f27fc74af8 --- /dev/null +++ b/protocols/Tox/src/common.h @@ -0,0 +1,25 @@ +#ifndef _COMMON_H_
+#define _COMMON_H_
+
+#include <winsock2.h>
+#include <windows.h>
+
+#include <newpluginapi.h>
+
+#include <m_protoint.h>
+#include <m_protomod.h>
+#include <m_protosvc.h>
+
+#include <m_database.h>
+#include <m_langpack.h>
+
+#include "version.h"
+#include "resource.h"
+
+#include "..\include\tox\tox.h"
+
+extern HINSTANCE g_hInstance;
+
+#include "tox_proto.h"
+
+#endif //_COMMON_H_
\ No newline at end of file |