mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
Added GetLocksCount()
This commit is contained in:
@ -11,6 +11,13 @@
|
||||
/* Enabled ONLY on crash. */
|
||||
extern bool ForceUnlock;
|
||||
|
||||
/**
|
||||
* @brief Get how many locks are currently in use.
|
||||
*
|
||||
* @return size_t
|
||||
*/
|
||||
size_t GetLocksCount();
|
||||
|
||||
/** @brief Please use this macro to create a new lock. */
|
||||
class LockClass
|
||||
{
|
||||
|
Reference in New Issue
Block a user