mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-15 19:05:32 +00:00
SDL_time.h: Renaming enums SDL_DATE_FORMAT and SDL_TIME_FORMAT to SDL_DateFormat and SDL_TimeFormat
This commit is contained in:
committed by
Ryan C. Gordon
parent
f08c31060a
commit
764fe72449
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user