Add buttons to cargo payment graph to select x-axis

Save in misc settings
This commit is contained in:
Jonathan G Rennison
2021-06-14 00:52:46 +01:00
parent f438daa0bc
commit fd4b5cc083
6 changed files with 56 additions and 15 deletions

View File

@@ -10,6 +10,8 @@
#ifndef GRAPH_GUI_H
#define GRAPH_GUI_H
extern uint8 _cargo_payment_x_mode;
void ShowOperatingProfitGraph();
void ShowIncomeGraph();
void ShowDeliveredCargoGraph();