#include <autoreplace_base.h>
Public Member Functions | |
EngineRenew (EngineID from=INVALID_ENGINE, EngineID to=INVALID_ENGINE) | |
bool | IsValid () const |
Data Fields | |
EngineID | from |
EngineID | to |
EngineRenew * | next |
GroupID | group_id |
DO NOT USE outside of engine.c. Is placed here so the only exception to this rule, the saveload code, can use it. 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 23 of file autoreplace_base.h.