Twitch SDK (Internal)
pch.h
Go to the documentation of this file.
1 /********************************************************************************************
2 * Twitch Broadcasting SDK
3 *
4 * This software is supplied under the terms of a license agreement with Twitch Interactive, Inc. and
5 * may not be copied or used except in accordance with the terms of that agreement
6 * Copyright (c) 2012-2016 Twitch Interactive, Inc.
7 *********************************************************************************************/
8 
9 
10 #pragma once
11 
12 #include <stdint.h>
13 #include <string.h>
14 #include <cassert>
15 #include <unordered_map>
16 #include <map>
17 #include <memory>
18 #include <functional>
19 #include <algorithm>
20 #include <vector>
21 #include <queue>
22 #include <atomic>
23 #include <array>
24 #include <vector>
25 #include <list>
26 #include <cstdlib>
27 #include <limits.h>
28 
29 #if TTV_INCLUDE_CPPTRANSITIONS
31 #endif
32 
33 #if TTV_BROADCAST_INCLUDE_PCH_PLATFORM
35 #endif
36 
39 #include "twitchsdk/core/tracer.h"
41 
43 
44 
45 //
46 //
47 //
49 //#include <utility>
50 //#include <cassert>
51 //#include <memory>
52 //#include <cstdint>
53 //#include <cstddef>
54 //#include <cmath>
55 //#include <atomic>
56 //
58 //#include <array>
59 //#include <vector>
60 //#include <list>
61 //
62 //#include <string>
63 //#include <sstream>
64 //#include <algorithm>
65 //#include <set>
66 //#include <map>
67 //#include <functional>
68 //
70 //#include "twitchsdk/broadcast/broadcasttypes.h"
71 //#include "memory.h"
72 //#include "twitchsdk/core/assertion.h"
73 //#include "twitchsdk/core/cpp11transition.h"
74 //#include "twitchsdk/core/tracer.h"
75 //
76 //
77 //#ifdef __OBJC__
78 // #import <AVFoundation/AVFoundation.h>
79 // #import <Foundation/Foundation.h>
80 //#endif
81 //
82 //#ifdef _lint
83 //# if defined (assert)
84 //# undef assert
85 //# endif
88 //# define assert(__expr) __assert(__expr, 0)
89 //#endif
90 //
92 //#define UNUSED(x) (void)x;
93 //
94 //#if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
95 //#pragma warning( disable : 4480 )
96 //#endif
97 //