summaryrefslogtreecommitdiff
path: root/external/vpc/tier0/pch_tier0.h
blob: 6156ad43f5da1549b6bb1bad5d5911c1f9ff5030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $Workfile:     $
// $NoKeywords: $
//===========================================================================//


#if defined( PLATFORM_WINDOWS_PC )
#define WIN32_LEAN_AND_MEAN
#define _WIN32_WINNT 0x0403
#include <windows.h>
#elif defined( _PS3 )
#include <cellstatus.h>
#include <sys/prx.h>
#endif



#include "tier0/platform.h"

// First include standard libraries
#include "tier0/valve_off.h"
#include <assert.h>
#include <stdio.h>
#include <ctype.h>
#include <math.h>
#include <ctype.h>
#include <limits.h>

#include <stddef.h>
#ifdef PLATFORM_POSIX
#include <unistd.h>
#include <ctype.h>
#include <limits.h>
#define _MAX_PATH PATH_MAX
#endif

#include "tier0/valve_on.h"

#include "tier0/basetypes.h"
#include "tier0/dbgflag.h"
#include "tier0/dbg.h"
#ifdef STEAM
#include "tier0/memhook.h"
#endif
#include "tier0/validator.h"
#include "tier0/fasttimer.h"