Files
openttd-android/src/core
Michael Lutz 05f4e73608 Codechange: Replace custom mutex code with C++11 mutex'es.
A conforming compiler with a valid <mutex>-header is expected.
Most parts of the code assume that locking a mutex will never fail unexpectedly,
which is generally true on all common platforms that don't just pretend to
be C++11. The use of condition variables in driver code is checked.
2019-04-06 11:27:39 +02:00
..
2019-03-19 23:22:51 +01:00
2019-03-28 00:09:33 +01:00
2019-03-28 00:09:33 +01:00