mirror of
https://github.com/snowie2000/mactype.git
synced 2025-01-07 03:07:01 +08:00
4 lines
81 B
C++
4 lines
81 B
C++
|
#include "hookCounter.h"
|
||
|
#include <atomic>
|
||
|
|
||
|
std::atomic<int> HCounter::ref(0);
|