mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 09:48:26 +00:00
Removing macro SDL_FColour from SDL_pixels.h
This commit is contained in:
parent
534c44b156
commit
132cef91c8
1 changed files with 0 additions and 1 deletions
|
@ -695,7 +695,6 @@ typedef struct SDL_FColor
|
||||||
float b;
|
float b;
|
||||||
float a;
|
float a;
|
||||||
} SDL_FColor;
|
} SDL_FColor;
|
||||||
#define SDL_FColour SDL_FColor
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A set of indexed colors representing a palette.
|
* A set of indexed colors representing a palette.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue