mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	Updated SDL_TimerID to use the same type as other IDs in SDL
This commit is contained in:
		| @@ -137,7 +137,7 @@ typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval, void *param); | ||||
| /** | ||||
|  * Definition of the timer ID type. | ||||
|  */ | ||||
| typedef int SDL_TimerID; | ||||
| typedef Uint32 SDL_TimerID; | ||||
|  | ||||
| /** | ||||
|  * Call a callback function at a future time. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sam Lantinga
					Sam Lantinga