summaryrefslogtreecommitdiff
path: root/vphysics/physics_virtualmesh.h
blob: 3545ed7bd30b0e09c1134beecd839117d63680d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================

#ifndef PHYSICS_VIRTUALMESH_H
#define PHYSICS_VIRTUALMESH_H
#ifdef _WIN32
#pragma once
#endif


CPhysCollide *CreateVirtualMesh( const virtualmeshparams_t &params );
void DestroyVirtualMesh( CPhysCollide *pSurf );
void DumpVirtualMeshStats();
void VirtualMeshPSI();

#endif // PHYSICS_VIRTUALMESH_H