diff options
author | rubidium <rubidium@openttd.org> | 2011-12-10 13:54:10 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-10 13:54:10 +0000 |
commit | 58423b26d1d9daa996e151fb3dc3e30dad49b722 (patch) | |
tree | 5367a286f073cbaec260306fc36ef6365149d5c7 /projects/openttd_vs100.vcxproj | |
parent | 8315b00b32aa838769e016d46d84048e152941d2 (diff) | |
download | openttd-58423b26d1d9daa996e151fb3dc3e30dad49b722.tar.xz |
(svn r23474) -Codechange: move the declaration error related functions to error.h
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 940b809c8..783bf2ee7 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -428,6 +428,7 @@ <ClInclude Include="..\src\engine_func.h" /> <ClInclude Include="..\src\engine_gui.h" /> <ClInclude Include="..\src\engine_type.h" /> + <ClInclude Include="..\src\error.h" /> <ClInclude Include="..\src\fileio_func.h" /> <ClInclude Include="..\src\fileio_type.h" /> <ClInclude Include="..\src\fios.h" /> |