aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/vbsp/detail.h
blob: aa0147d166f965b9107a521392f1feb934126c3a (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