diff options
author | belugas <belugas@openttd.org> | 2006-04-21 03:00:20 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-04-21 03:00:20 +0000 |
commit | aab91d287ae5830bd89c92df102692de5af8e821 (patch) | |
tree | 7ddc7b30f8fabbae0414b0446cfc1c8c36e6d4ac /openttd.vcproj | |
parent | 9febcd5ef8ac128e3d6583b231865bd1df9bbd8a (diff) | |
download | openttd-aab91d287ae5830bd89c92df102692de5af8e821.tar.xz |
(svn r4493) Newgrf : Action 04. Beginning of implementation.
Some TODOs left, but the core is there.
Thanks to Peter1138 for code, advice and patience
And to Patchman for letting us define a lot of langids :)
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 9cb54d103..f1e00ee4d 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -284,6 +284,9 @@ RelativePath=".\newgrf_station.c"> </File> <File + RelativePath=".\newgrf_text.c"> + </File> + <File RelativePath=".\npf.c"> </File> <File @@ -510,6 +513,9 @@ RelativePath=".\newgrf_station.h"> </File> <File + RelativePath=".\newgrf_text.h"> + </File> + <File RelativePath=".\news.h"> </File> <File |