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

Go to the source code of this file.
Functions | |
| 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:

1.3.9.1