aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/vbsp/detail.h
blob: 64f02b33667dc3839b9b38dff4c8e8cf272cfe16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//=============================================================================//

#ifndef DETAIL_H
#define DETAIL_H

#ifdef _WIN32
#pragma once
#endif

face_t *MergeDetailTree( tree_t *worldtree, int brush_start, int brush_end );


#endif // DETAIL_H