changeset 5645:5cafc0c9e0dc draft

(svn r8104) -Fix: missing helpers.hpp added into source.list and VC
author KUDr <KUDr@openttd.org>
date Sat, 13 Jan 2007 16:23:24 +0000
parents 3463e03f049b
children efe18b524417
files projects/openttd.vcproj projects/openttd_vs80.vcproj source.list
diffstat 3 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -456,6 +456,9 @@
 				RelativePath=".\..\src\heightmap.h">
 			</File>
 			<File
+				RelativePath=".\..\src\helpers.hpp">
+			</File>
+			<File
 				RelativePath=".\..\src\industry.h">
 			</File>
 			<File
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -739,6 +739,9 @@
 				RelativePath=".\..\src\heightmap.h">
 			</File>
 			<File
+				RelativePath=".\..\src\helpers.hpp">
+			</File>
+			<File
 				RelativePath=".\..\src\industry.h">
 			</File>
 			<File
--- a/source.list
+++ b/source.list
@@ -112,6 +112,7 @@
 gui.h
 hal.h
 heightmap.h
+helpers.hpp
 industry.h
 livery.h
 macros.h