mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
cc05b877a2
first commit acl to github
11 lines
100 B
C++
11 lines
100 B
C++
#pragma once
|
|
|
|
class CHeapHook2
|
|
{
|
|
public:
|
|
CHeapHook2();
|
|
~CHeapHook2();
|
|
};
|
|
|
|
extern CHeapHook2 vld2;
|