1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Refactor and clean up date handling (#19666)

* Refactor and clean up date handling

* Remove gDate, remove direct access to days_in_month

* Adjust the MultiLaunch test

* Bump network version

---------

Co-authored-by: ζeh Matt <5415177+ZehMatt@users.noreply.github.com>
This commit is contained in:
Michael Steenbeek
2023-04-02 10:25:41 +02:00
committed by GitHub
parent 9e4099fcdf
commit fd80b4c822
37 changed files with 241 additions and 302 deletions

View File

@@ -28,6 +28,7 @@
# include <fontconfig/fontconfig.h>
# endif // NO_TTF
# include "../Date.h"
# include "../OpenRCT2.h"
# include "../core/Path.hpp"
# include "../localisation/Language.h"