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:
Yevhen Babiichuk (DustDFG)
2022-08-20 18:31:57 +03:00
committed by Sam Lantinga
parent b9e45ae0bb
commit a05b2fbeee
3 changed files with 7 additions and 7 deletions

View File

@@ -38,6 +38,8 @@
extern "C" {
#endif
typedef Uint32 SDL_MouseID;
typedef struct SDL_Cursor SDL_Cursor; /**< Implementation dependent */
/**