/*! * @file threading.h * @brief Definition of Thread Classes. * * These are mainly Classes, that are used for wrapping around SDL_thread */ #ifndef _THREADING_H #define _THREADING_H #include "thread.h" #include "mutex.h" #include "mutex_locker.h" #endif /* _THREADING_H */