#include <structs.h>
Collaboration diagram for CGeometry:

Definition at line 100 of file structs.h.
Private Attributes | |
| bool | bVisible |
| flag indicating whether or not this object's geometry should be rendered | |
| CGeometry * | Previous |
| a link to the previous CGeometry object when this object is in a linked list | |
| CGeometry * | Next |
| a link to the next CGeometry object when this object is in a linked list | |
bool CGeometry::bVisible [private] |
CGeometry* CGeometry::Previous [private] |
CGeometry* CGeometry::Next [private] |
Copyright Windsor Schmidt 2006 - All rights reserved.