diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-03-30 11:03:57 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-03-30 11:03:57 +0000 |
commit | f1b2e090d9a10b4fc6dc7326856cb5be81a1d4d8 (patch) | |
tree | 7bcea5fac7674bfbe0e9c3cfac31d073ee01dbb0 /protocols/Steam/src/steam.h | |
parent | d3fc664a564c8864eca2b2cd19396940e45f4dca (diff) |
Steam: init commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@8790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam.h')
-rw-r--r-- | protocols/Steam/src/steam.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam.h b/protocols/Steam/src/steam.h new file mode 100644 index 0000000000..796689f4df --- /dev/null +++ b/protocols/Steam/src/steam.h @@ -0,0 +1,32 @@ +#ifndef _STEAM_H_
+#define _STEAM_H_
+
+#include <windows.h>
+
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_langpack.h>
+#include <m_message.h>
+#include <m_netlib.h>
+#include <m_options.h>
+#include <m_popup.h>
+#include <m_json.h>
+#include <m_string.h>
+#include <m_freeimage.h>
+#include <m_protocols.h>
+#include <m_protomod.h>
+#include <m_protosvc.h>
+#include <m_protoint.h>
+#include <win2k.h>
+
+#include "resource.h"
+#include "version.h"
+
+#define MODULE "Steam"
+
+class CSteamProto;
+extern HINSTANCE g_hInstance;
+
+#include "steam_proto.h"
+
+#endif //_STEAM_H_
\ No newline at end of file |