mirror of
https://github.com/yawut/SDL.git
synced 2026-09-11 18:46:36 -05:00
Added a data2 field to the SDL_RWops::hidden::unknown.
This shouldn't change the ABI, since this struct had space left in the union.
This commit is contained in:
@@ -138,6 +138,7 @@ typedef struct SDL_RWops
|
||||
struct
|
||||
{
|
||||
void *data1;
|
||||
int data2;
|
||||
} unknown;
|
||||
} hidden;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user