mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 12:59:39 +08:00
9697f95b8f
This reverts commit 15d999759e
.
11 lines
110 B
C++
11 lines
110 B
C++
#pragma once
|
|
|
|
class CHeapHook2
|
|
{
|
|
public:
|
|
CHeapHook2();
|
|
~CHeapHook2();
|
|
};
|
|
|
|
extern CHeapHook2 vld2;
|