1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Move MapGen and MapHelpers units into map_generator folder

This commit is contained in:
Aaron van Geffen
2024-12-30 14:46:47 +01:00
parent 2bdb3a62e3
commit 8562545138
6 changed files with 33 additions and 33 deletions

View File

@@ -25,7 +25,7 @@
#include <openrct2/sprites.h>
#include <openrct2/windows/Intent.h>
#include <openrct2/world/Map.h>
#include <openrct2/world/MapGen.h>
#include <openrct2/world/map_generator/MapGen.h>
namespace OpenRCT2::Ui::Windows
{