#include <EntityList.h>
Public Member Functions | |
EntityList () | |
~EntityList () | |
ERR_type | Append_Entity (const T *entity) |
Public Attributes | |
T ** | entityList |
array of pointers to entities | |
Int32 | numEntities |
number of entities in the entityList array |
|
Constructor for an EntityList.
|
|
Destructor for an EntityList.
|
|
This routine appends an entity to a list of entities.
|