mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-08 04:18:14 +00:00
test: Moved some Uint32
bitfields over to typedefs.
Reference Issue #9812.
This commit is contained in:
@@ -88,7 +88,7 @@ static void SDL_snprintfcat(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags)
|
||||
SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, SDL_InitFlags flags)
|
||||
{
|
||||
int i;
|
||||
SDLTest_CommonState *state;
|
||||
|
Reference in New Issue
Block a user