22 #include <SDL_thread.h> 32 : m_mutex(SDL_CreateMutex())
37 SDL_DestroyMutex(m_mutex);
43 SDL_mutex* operator*()
50 SDL_LockMutex(m_mutex);
55 SDL_UnlockMutex(m_mutex);
Wrapper for safe creation/deletion of SDL_mutex.
Definition: sdl_mutex_wrapper.h:28