Twitch SDK (Internal)
modules
chat
chat_common
include
twitchsdk
chat
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
24
#include "
twitchsdk/core/cpp11transition.h
"
25
#endif
26
27
#if TTV_CHAT_INCLUDE_PCH_PLATFORM
28
#include "
twitchsdk/chat/internal/pch_platform.h
"
29
#endif
30
31
#include "
twitchsdk/chat/chaterrortypes.h
"
32
#include "
twitchsdk/core/types/coretypes.h
"
33
#include "
twitchsdk/core/tracer.h
"
34
#include "
twitchsdk/core/assertion.h
"
tracer.h
assertion.h
cpp11transition.h
chaterrortypes.h
pch_platform.h
coretypes.h
Generated by
1.8.13