(svn r8104) -Fix: missing helpers.hpp added into source.list and VC

This commit is contained in:
KUDr 2007-01-13 16:23:24 +00:00
parent 85c466b1d1
commit ae41162322
3 changed files with 7 additions and 0 deletions

View File

@ -455,6 +455,9 @@
<File <File
RelativePath=".\..\src\heightmap.h"> RelativePath=".\..\src\heightmap.h">
</File> </File>
<File
RelativePath=".\..\src\helpers.hpp">
</File>
<File <File
RelativePath=".\..\src\industry.h"> RelativePath=".\..\src\industry.h">
</File> </File>

View File

@ -738,6 +738,9 @@
<File <File
RelativePath=".\..\src\heightmap.h"> RelativePath=".\..\src\heightmap.h">
</File> </File>
<File
RelativePath=".\..\src\helpers.hpp">
</File>
<File <File
RelativePath=".\..\src\industry.h"> RelativePath=".\..\src\industry.h">
</File> </File>

View File

@ -112,6 +112,7 @@ gfxinit.h
gui.h gui.h
hal.h hal.h
heightmap.h heightmap.h
helpers.hpp
industry.h industry.h
livery.h livery.h
macros.h macros.h