(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.

This commit is contained in:
frosch
2011-11-18 13:05:55 +00:00
parent b7b74ed7dc
commit b725913f3b
5 changed files with 62 additions and 60 deletions

View File

@@ -175,7 +175,7 @@ struct GRFConfig : ZeroedMemoryAllocator {
bool IsOpenTTDBaseGRF() const;
const char *GetReadme() const;
const char *GetTextfile() const;
const char *GetName() const;
const char *GetDescription() const;