blob: 08b2b02265a2ea3be4c083e88ce1595f1596a763 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
//========= Copyright 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
|