Move GRF global var init to common function

This commit is contained in:
Jonathan G Rennison
2022-12-12 21:40:46 +00:00
parent 2430a5113e
commit b1051fa131
4 changed files with 14 additions and 9 deletions

View File

@@ -441,4 +441,6 @@ struct GrfSpecFeatureRef {
const char *GetFeatureString(GrfSpecFeatureRef feature);
const char *GetFeatureString(GrfSpecFeature feature);
void InitGRFGlobalVars();
#endif /* NEWGRF_H */