SDL_time.h: Renaming enums SDL_DATE_FORMAT and SDL_TIME_FORMAT to SDL_DateFormat and SDL_TimeFormat

This commit is contained in:
Petar Popovic
2024-04-08 01:58:26 +02:00
committed by Ryan C. Gordon
parent f08c31060a
commit 764fe72449
10 changed files with 18 additions and 18 deletions

View File

@@ -22,8 +22,8 @@
static int cal_year;
static int cal_month;
static SDL_TIME_FORMAT time_format;
static SDL_DATE_FORMAT date_format;
static SDL_TimeFormat time_format;
static SDL_DateFormat date_format;
static void RenderDateTime(SDL_Renderer *r)
{