diff options
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | source.list | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 931fe7fb7..ee294dc98 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -645,6 +645,9 @@ RelativePath=".\..\src\string.h"> </File> <File + RelativePath=".\..\src\texteff.hpp"> + </File> + <File RelativePath=".\..\src\tgp.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 33092e6f6..28f1d7a01 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1088,6 +1088,10 @@ > </File> <File + RelativePath=".\..\src\texteff.hpp" + > + </File> + <File RelativePath=".\..\src\tgp.h" > </File> diff --git a/source.list b/source.list index fc613bc5e..61a31086f 100644 --- a/source.list +++ b/source.list @@ -182,6 +182,7 @@ spritecache.h station.h stdafx.h string.h +texteff.hpp tgp.h thread.h tile.h |