6 lines
85 B
C++
Executable file
6 lines
85 B
C++
Executable file
#include "LockCounter.h"
|
|
|
|
FLockCounter::FLockCounter() {
|
|
this->LockCount = 0;
|
|
}
|
|
|