1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Rename Date.h to Localisation.Date.h to match unit file

This commit is contained in:
Aaron van Geffen
2024-07-12 22:18:43 +02:00
parent 229df6d66d
commit 3fd91038c3
41 changed files with 41 additions and 41 deletions

View File

@@ -20,7 +20,7 @@
#include <openrct2/actions/ParkSetDateAction.h>
#include <openrct2/config/Config.h>
#include <openrct2/entity/Staff.h>
#include <openrct2/localisation/Date.h>
#include <openrct2/localisation/Localisation.Date.h>
#include <openrct2/localisation/Localisation.h>
#include <openrct2/network/network.h>
#include <openrct2/sprites.h>