Struct to store engine replacements. More...
#include <autoreplace_base.h>
Public Member Functions | |
EngineRenew (EngineID from=INVALID_ENGINE, EngineID to=INVALID_ENGINE) | |
Data Fields | |
EngineID | from |
EngineID | to |
EngineRenew * | next |
GroupID | group_id |
Struct to store engine replacements.
DO NOT USE outside of engine.c. Is placed here so the only exception to this rule, the saveload code, can use it.
Definition at line 35 of file autoreplace_base.h.