Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

aas_prunenodes.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

void AAS_PruneNodes (void)


Function Documentation

void AAS_PruneNodes void   ) 
 

Definition at line 84 of file aas_prunenodes.c.

References AAS_PruneNodes_r(), c_numprunes, Log_Print(), Log_Write(), tmp_aas_s::nodes, and tmpaasworld.

Referenced by AAS_Create().

00085 {
00086     Log_Write("AAS_PruneNodes\r\n");
00087     AAS_PruneNodes_r(tmpaasworld.nodes);
00088     Log_Print("%6d nodes pruned\r\n", c_numprunes);
00089 } //end of the function AAS_PruneNodes

Here is the call graph for this function:


Generated on Thu Aug 25 12:46:36 2005 for Quake III Arena by  doxygen 1.3.9.1