diff options
author | Peter Nelson <peter1138@openttd.org> | 2018-05-20 09:58:36 +0100 |
---|---|---|
committer | PeterN <peter@fuzzle.org> | 2019-01-11 11:56:21 +0000 |
commit | 806e7d25dddcc8b0e9c3f372ed956c63c6508381 (patch) | |
tree | d79d90933423d8cafef1420cd200bc506a138713 /projects/openttd_vs141.vcxproj | |
parent | 59fe4f28c8f0bf47e7af40095dc6fba145188930 (diff) | |
download | openttd-806e7d25dddcc8b0e9c3f372ed956c63c6508381.tar.xz |
Change: Use GUITimer class instead of bare int/uints.
Diffstat (limited to 'projects/openttd_vs141.vcxproj')
-rw-r--r-- | projects/openttd_vs141.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs141.vcxproj b/projects/openttd_vs141.vcxproj index 8167bce6c..ec563572f 100644 --- a/projects/openttd_vs141.vcxproj +++ b/projects/openttd_vs141.vcxproj @@ -521,6 +521,7 @@ <ClInclude Include="..\src\group_gui.h" /> <ClInclude Include="..\src\group_type.h" /> <ClInclude Include="..\src\gui.h" /> + <ClInclude Include="..\src\guitimer_func.h" /> <ClInclude Include="..\src\heightmap.h" /> <ClInclude Include="..\src\highscore.h" /> <ClInclude Include="..\src\hotkeys.h" /> |