Data related to the handling of grf files. More...
#include <newgrf_commons.h>
Public Member Functions | |
GRFFileProps (uint16 subst_id) | |
Set all default data constructor for the props. | |
GRFFileProps () | |
Simple constructor for the props. | |
Data Fields | |
uint16 | subst_id |
uint16 | override |
id of the entity been replaced by |
Data related to the handling of grf files.
Definition at line 197 of file newgrf_commons.h.
GRFFileProps::GRFFileProps | ( | uint16 | subst_id | ) | [inline] |
Set all default data constructor for the props.
Definition at line 199 of file newgrf_commons.h.
GRFFileProps::GRFFileProps | ( | ) | [inline] |
Simple constructor for the props.
Definition at line 205 of file newgrf_commons.h.