(svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables

This commit is contained in:
rubidium
2010-04-24 13:36:29 +00:00
parent 1da0086a45
commit 21883a84d7
9 changed files with 1050 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ enum WindowClass {
WC_AI_DEBUG,
WC_AI_LIST,
WC_AI_SETTINGS,
WC_NEWGRF_INSPECT,
WC_INVALID = 0xFFFF
};