1 /*
2  * @file
3  */
4 
5 #pragma once
6 
7 #include "../shared/shared.h"
8 #include "../shared/typedefs.h"
9 #include "../common/tracing.h"
10 
11 void SL_BSPSlice(const TR_TILE_TYPE *model, float thickness, int scale, bool singleContour, bool multipleContour);
12