Codechange: Use std::list for News Items. (#12338)

This commit is contained in:
Peter Nelson
2024-04-04 07:53:14 +01:00
committed by GitHub
parent 08cf106fc6
commit f6a88e40a4
6 changed files with 155 additions and 196 deletions

View File

@@ -16,6 +16,6 @@ void ShowLastNewsMessage();
void ShowMessageHistory();
bool HideActiveNewsMessage();
extern NewsItem *_latest_news;
const NewsContainer &GetNews();
#endif /* NEWS_GUI_H */