diff options
author | truebrain <truebrain@openttd.org> | 2011-12-19 21:05:57 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-19 21:05:57 +0000 |
commit | b0ac529a6ff4e087520a14d2a0169f445952e7e0 (patch) | |
tree | f545f15ff52b6c1ad6279f7e028f2a058465d672 /projects/openttd_vs80.vcproj | |
parent | 2ae87e72131a8e88327dbb0b5b286accddafe05d (diff) | |
download | openttd-b0ac529a6ff4e087520a14d2a0169f445952e7e0.tar.xz |
(svn r23635) -Add: introduce GSText, to allow translating GameScript text, even over network
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 7f09ce3a2..6eb7cfc3d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3267,6 +3267,10 @@ > </File> <File + RelativePath=".\..\src\script\api\script_text.hpp" + > + </File> + <File RelativePath=".\..\src\script\api\script_tile.hpp" > </File> @@ -3507,6 +3511,10 @@ > </File> <File + RelativePath=".\..\src\script\api\script_text.cpp" + > + </File> + <File RelativePath=".\..\src\script\api\script_tile.cpp" > </File> |