29 lines
408 B
C
29 lines
408 B
C
|
/***
|
||
|
*
|
||
|
* Copyright (c) 1998, Valve LLC. All rights reserved.
|
||
|
*
|
||
|
* This product contains software technology licensed from Id
|
||
|
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
|
||
|
* All Rights Reserved.
|
||
|
*
|
||
|
****/
|
||
|
|
||
|
// cull.c
|
||
|
|
||
|
#include "bsp5.h"
|
||
|
|
||
|
/*
|
||
|
|
||
|
removes unused planes and nodes
|
||
|
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
=============
|
||
|
CullStuff
|
||
|
=============
|
||
|
*/
|
||
|
void CullStuff (void)
|
||
|
{
|
||
|
}
|