Added header for SDL_ThreadID type

This commit is contained in:
Sam Lantinga 2024-09-27 08:16:49 -07:00
parent e98cf3c870
commit 04bb105d09

View File

@ -29,6 +29,7 @@
*/
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_atomic.h>
#include <SDL3/SDL_error.h>
#include <SDL3/SDL_thread.h>