initial
This commit is contained in:
23
engine/debug_leafvis.h
Normal file
23
engine/debug_leafvis.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $Workfile: $
|
||||
// $Date: $
|
||||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
// $Log: $
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef DEBUG_LEAFVIS_H
|
||||
#define DEBUG_LEAFVIS_H
|
||||
#pragma once
|
||||
|
||||
|
||||
extern void LeafVisBuild( const Vector& p );
|
||||
extern void LeafVisDraw( void );
|
||||
|
||||
|
||||
#endif // DEBUG_LEAFVIS_H
|
||||
Reference in New Issue
Block a user