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 #pragma once
10 
11 #include <stdint.h>
12 #include <string.h>
13 #include <cassert>
14 #include <unordered_map>
15 #include <map>
16 #include <memory>
17 #include <functional>
18 #include <algorithm>
19 #include <vector>
20 #include <cstdlib>
21 #include <limits.h>
22 
23 #if TTV_INCLUDE_CPPTRANSITIONS
25 #endif
26 
27 #if TTV_CHAT_INCLUDE_PCH_PLATFORM
29 #endif
30 
33 #include "twitchsdk/core/tracer.h"