|
||
MODEL_NODE |
||||||||||||||||||
Structure |
A data type that stores the properties of a model for use by the symbol system.
struct MODEL_NODE { int unused; NAME name; SS_XYZ high; SS_XYZ low; FILE_NAME library_name[12]; BLOCK_NODE *root; MODEL_NODE *next_model; int high_low_set; };
|
|||||||||||||||||
Members |
|
|||||||||||||||||
Header |
silver.h |
|||||||||||||||||