diff options
author | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:35:27 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:35:27 +0000 |
commit | e7dc14b25af4b2802a956dd1cd99c187fb4acb56 (patch) | |
tree | c9fcb2f1af8e1ec6d5d6ebe03d4c30eb00eb1fed /projects/openttd_vs100.vcxproj | |
parent | 33f3cf3a5daeaf9e6e5b5414696f93676249bc41 (diff) | |
download | openttd-e7dc14b25af4b2802a956dd1cd99c187fb4acb56.tar.xz |
(svn r25652) -Fix: Improve text caret movement for complex scripts.
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 759752ce8..c993fa822 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -595,6 +595,7 @@ <ClInclude Include="..\src\story_base.h" /> <ClInclude Include="..\src\story_type.h" /> <ClInclude Include="..\src\strgen\strgen.h" /> + <ClInclude Include="..\src\string_base.h" /> <ClInclude Include="..\src\string_func.h" /> <ClInclude Include="..\src\string_type.h" /> <ClInclude Include="..\src\stringfilter_type.h" /> |