amxmodx/hlsdk/utils/qbsp2/cull.c
2006-08-27 02:22:59 +00:00

29 lines
413 B
C

/***
*
* Copyright (c) 1996-2002, 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)
{
}