mactype/hookCounter.cpp
2023-08-22 17:48:13 +08:00

4 lines
81 B
C++

#include "hookCounter.h"
#include <atomic>
std::atomic<int> HCounter::ref(0);