diff options
author | J0an Josep <juanjo.ng.83@gmail.com> | 2018-07-23 14:39:13 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-07-23 20:32:18 +0200 |
commit | 8975318286cd4d7c3da768331987bbf8375394e5 (patch) | |
tree | 550499805f0ef6df4c750eec21b0f5691a725952 /projects/openttd_vs140.vcxproj | |
parent | 0bca1c53c96a5ba69f81906b3d459a0682bd8111 (diff) | |
download | openttd-8975318286cd4d7c3da768331987bbf8375394e5.tar.xz |
Fix 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad: Expose widgets and windows to scripts and fix documentation.
Diffstat (limited to 'projects/openttd_vs140.vcxproj')
-rw-r--r-- | projects/openttd_vs140.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj index fdc1fd411..9fac7685a 100644 --- a/projects/openttd_vs140.vcxproj +++ b/projects/openttd_vs140.vcxproj @@ -815,6 +815,7 @@ <ClInclude Include="..\src\widgets\engine_widget.h" /> <ClInclude Include="..\src\widgets\error_widget.h" /> <ClInclude Include="..\src\widgets\fios_widget.h" /> + <ClInclude Include="..\src\widgets\framerate_widget.h" /> <ClInclude Include="..\src\widgets\genworld_widget.h" /> <ClInclude Include="..\src\widgets\goal_widget.h" /> <ClInclude Include="..\src\widgets\graph_widget.h" /> |