diff options
author | rubidium <rubidium@openttd.org> | 2010-04-24 13:36:29 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-04-24 13:36:29 +0000 |
commit | 21883a84d7883df5feb25d6536ec8f67a053fe42 (patch) | |
tree | 7ddd6b214c8ac5a74111d771b8fa160aacb7aea9 /projects | |
parent | 1da0086a4537487e12d1ae3c0c9d57079349000d (diff) | |
download | openttd-21883a84d7883df5feb25d6536ec8f67a053fe42.tar.xz |
(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
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 59716882a..da52f330b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1184,6 +1184,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_debug.h" + > + </File> + <File RelativePath=".\..\src\newgrf_engine.h" > </File> @@ -1852,6 +1856,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_debug_gui.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_gui.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 145473751..6d0e652b7 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1181,6 +1181,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_debug.h" + > + </File> + <File RelativePath=".\..\src\newgrf_engine.h" > </File> @@ -1849,6 +1853,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_debug_gui.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_gui.cpp" > </File> |