mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Remove threads.h and replace its definitions with their C++11 equivalents (#5957)
This also changes threadProc's signature, since C++11 supports arbitrary thread function signatures.
This commit is contained in:
@@ -24,6 +24,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "threading/event.h"
|
||||
#include "threading/mutex_auto_lock.h"
|
||||
|
||||
void Event::wait()
|
||||
{
|
||||
|
Reference in New Issue
Block a user