WopsS / RED4ext.SDK

A library to create mods for REDengine 4 (Cyberpunk 2077), independently of RED4ext.
MIT License
93 stars 31 forks source link

Rename SharedMutex and introduce Mutex #132

Closed jac3km4 closed 1 week ago

jac3km4 commented 1 week ago

I was looking into the RTTI and there appear to be 4 types of locks:

In this PR I do a little bit of cleanup:

I didn't add the rwlock because I don't think it's needed anywhere in the SDK right now.