mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
20 lines
495 B
C
20 lines
495 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
#ifndef STDAFX_H
|
|
#define STDAFX_H
|
|
|
|
#include "tier0/platform.h"
|
|
#include "tier0/vprof.h"
|
|
#include "tier1/utlarray.h"
|
|
#include "tier1/utlbuffer.h"
|
|
#include "fileio.h"
|
|
//#include "constants.h"
|
|
#include "steam/steamtypes.h"
|
|
#include "tier0/validator.h"
|
|
#include "tier1/utlmap.h"
|
|
#include "tier1/utlstring.h"
|
|
#include "tier0/tslist.h"
|
|
#include "html/ihtmlchrome.h"
|
|
#include "html/htmlprotobuf.h"
|
|
|
|
#endif
|