Feature: Industry production graph (#10541)

This commit is contained in:
Anatoly Eltsov
2024-11-01 01:35:04 +03:00
committed by GitHub
parent db1a1c5dd9
commit 3fca0cf3ee
9 changed files with 337 additions and 32 deletions

View File

@@ -10,6 +10,8 @@
#ifndef GRAPH_GUI_H
#define GRAPH_GUI_H
#include "window_type.h"
void ShowOperatingProfitGraph();
void ShowIncomeGraph();
void ShowDeliveredCargoGraph();
@@ -17,5 +19,6 @@ void ShowPerformanceHistoryGraph();
void ShowCompanyValueGraph();
void ShowCargoPaymentRates();
void ShowPerformanceRatingDetail();
void ShowIndustryProductionGraph(WindowNumber window_number);
#endif /* GRAPH_GUI_H */