This commit is contained in:
FluorescentCIAAfricanAmerican
2020-04-22 12:56:21 -04:00
commit 3bf9df6b27
15370 changed files with 5489726 additions and 0 deletions

35
vphysics/cbase.h Normal file
View File

@@ -0,0 +1,35 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
// system
#include <stdio.h>
#ifdef _XBOX
#include <ctype.h>
#endif
// Valve
#include "tier0/dbg.h"
#include "mathlib/mathlib.h"
#include "mathlib/vector.h"
#include "utlvector.h"
#include "convert.h"
#include "commonmacros.h"
// vphysics
#include "vphysics_interface.h"
#include "vphysics_saverestore.h"
#include "vphysics_internal.h"
#include "physics_material.h"
#include "physics_environment.h"
#include "physics_object.h"
// ivp
#include "ivp_physics.hxx"
#include "ivp_core.hxx"
#include "ivp_templates.hxx"
// havok