Add client setting to show all signals using the default sprites

This commit is contained in:
Jonathan G Rennison
2021-12-27 18:31:27 +00:00
parent 621677343f
commit f65a166308
8 changed files with 45 additions and 3 deletions

View File

@@ -499,6 +499,7 @@ RailTypes GetRailTypes(bool introduces);
RailType GetRailTypeByLabel(RailTypeLabel label, bool allow_alternate_labels = true);
void ResetRailTypes();
void UpdateRailGuiSprites();
void InitRailTypes();
RailType AllocateRailType(RailTypeLabel label);