Add threadlock and universal fs functions
This commit is contained in:
@@ -48,5 +48,5 @@ public:
|
||||
byteArray getBiomeIndexBlockAt(int x, int z);
|
||||
|
||||
private:
|
||||
CRITICAL_SECTION m_CS;
|
||||
ThreadLock m_CS;
|
||||
};
|
||||
Reference in New Issue
Block a user