![]() |
PK_SURF_array_t |
This structure contains an array of entities of type PK_SURF_t typedef struct PK_SURF_array_s { PK_SURF_t *array; --- array of SURFaces int length; --- length of array } PK_SURF_array_t; It has the fields: 'array': array of entities of type PK_SURF_t 'length': the number of entities in 'array'