mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
21 lines
760 B
C
21 lines
760 B
C
/*****************************************************************************
|
|
* Copyright (c) 2014-2024 OpenRCT2 developers
|
|
*
|
|
* For a complete list of all authors, please refer to contributors.md
|
|
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
|
|
*
|
|
* OpenRCT2 is licensed under the GNU General Public License version 3.
|
|
*****************************************************************************/
|
|
|
|
#pragma once
|
|
|
|
#include "../Date.h"
|
|
#include "../localisation/StringIdType.h"
|
|
|
|
extern const StringId DateFormatStringIDs[];
|
|
extern const StringId DateFormatStringFormatIds[];
|
|
|
|
extern const StringId DateDayNames[31];
|
|
extern const StringId DateGameMonthNames[MONTH_COUNT];
|
|
extern const StringId DateGameShortMonthNames[MONTH_COUNT];
|