diff options
author | Erich Eckner <git@eckner.net> | 2020-07-22 09:10:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-16 21:58:17 +0100 |
commit | b7c2e2311529c06d2c79fe7f715db817f1a52b41 (patch) | |
tree | 253157e812783b98039e31fa73dec36569e6385b | |
parent | 373164f71eec6f5a1c6af1a9d52bddebcf627b40 (diff) | |
download | openttd-b7c2e2311529c06d2c79fe7f715db817f1a52b41.tar.xz |
add new headers to script_window.hpp auto-generator script
-rw-r--r-- | src/script/api/script_window.hpp.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_window.hpp.in b/src/script/api/script_window.hpp.in index a1dbb6567..b0c3656dc 100644 --- a/src/script/api/script_window.hpp.in +++ b/src/script/api/script_window.hpp.in @@ -65,6 +65,7 @@ #include "../../widgets/town_widget.h" #include "../../widgets/transparency_widget.h" #include "../../widgets/tree_widget.h" +#include "../../widgets/underground_widget.h" #include "../../widgets/vehicle_widget.h" #include "../../widgets/viewport_widget.h" #include "../../widgets/waypoint_widget.h" |