mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-26 07:48:42 +00:00
Use alias types for which members of event structs instead of plain types
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
This commit is contained in:
parent
b9e45ae0bb
commit
a05b2fbeee
3 changed files with 7 additions and 7 deletions
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
#include "SDL_mouse.h"
|
||||
|
||||
typedef Uint32 SDL_MouseID;
|
||||
|
||||
struct SDL_Cursor
|
||||
{
|
||||
struct SDL_Cursor *next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue