(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 2e06a28470
commit 42ba77bd11
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;