mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 13:32:59 +00:00 
			
		
		
		
	fixed the thread locking
This commit is contained in:
		| @@ -432,9 +432,11 @@ extern "C" { | ||||
| #if WINDOWS | ||||
| #include "mingw.thread.h" | ||||
| #include "mingw.mutex.h" | ||||
| #include "mingw.condition_variable.h" | ||||
| #else | ||||
| #include <thread> | ||||
| #include <mutex> | ||||
| #include <condition_variable> | ||||
| #endif | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue