Add threadlock and universal fs functions

This commit is contained in:
murdle
2026-03-01 23:19:08 +02:00
parent 53bd1b7e5b
commit 41ad19cd15
92 changed files with 618 additions and 281 deletions

View File

@@ -48,5 +48,5 @@ public:
byteArray getBiomeIndexBlockAt(int x, int z);
private:
CRITICAL_SECTION m_CS;
ThreadLock m_CS;
};