Removing macro SDL_FColour from SDL_pixels.h

This commit is contained in:
Petar Popovic 2024-04-09 21:41:34 +02:00 committed by Ryan C. Gordon
parent 534c44b156
commit 132cef91c8
1 changed files with 0 additions and 1 deletions

View File

@ -695,7 +695,6 @@ typedef struct SDL_FColor
float b;
float a;
} SDL_FColor;
#define SDL_FColour SDL_FColor
/**
* A set of indexed colors representing a palette.