Ver Fonte

Added header for SDL_ThreadID type

Sam Lantinga há 1 ano atrás
pai
commit
04bb105d09
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      include/SDL3/SDL_mutex.h

+ 1 - 0
include/SDL3/SDL_mutex.h

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