blob: db4423eeef756452016c96fc4664eb7248ede2cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//========= Copyright Valve Corporation, All rights reserved. ============//
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "cmdlib.h"
#include "mathlib/mathlib.h"
#include "vphysics_interface.h"
#include "tier1/strtools.h"
#include "phyfile.h"
#include "phxfile.h"
#include "utlvector.h"
#include "utlbuffer.h"
#include "vcollide_parse.h"
// TODO: reference additional headers your program requires here
|