(svn r23932) -Codechange: split the NewGRF text window into its own source files

This commit is contained in:
rubidium
2012-02-12 10:32:41 +00:00
parent 0542e26460
commit e8dbcf9043
17 changed files with 353 additions and 237 deletions

View File

@@ -179,9 +179,9 @@ enum WindowClass {
/**
* textfile; %Window numbers:
* - 0 = #NewGRFTextfileWidgets
* - 0 = #TextfileWidgets
*/
WC_NEWGRF_TEXTFILE,
WC_TEXTFILE,
/**