Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
596 B

//========= Copyright c 1996-2008, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $Workfile: $
// $Date: $
//
//-----------------------------------------------------------------------------
// $Log: $
//
// $NoKeywords: $
//=============================================================================//
#ifndef PHYSICS2_COLLISION_H
#define PHYSICS2_COLLISION_H
extern void Physics2Collision_Build(class CCollisionModelSource *pSource);
extern void Physics2Collision_Write();
//extern void SetPhysics2CollisionSource(struct s_source_t *pModel);
#endif