Add: List recent news messages in crashlog output

This commit is contained in:
Charles Pigott
2018-04-12 21:31:35 +01:00
committed by frosch
parent 6ac079020b
commit 62d79900ec
4 changed files with 32 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ protected:
char *LogConfiguration(char *buffer, const char *last) const;
char *LogLibraries(char *buffer, const char *last) const;
char *LogGamelog(char *buffer, const char *last) const;
char *LogRecentNews(char *buffer, const char *list) const;
public:
/** Stub destructor to silence some compilers. */