mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 18:09:24 +08:00
13 lines
159 B
C++
13 lines
159 B
C++
|
#include "base_mgr.h"
|
|||
|
|
|||
|
namespace wxhelper{
|
|||
|
|
|||
|
BaseMgr::BaseMgr(DWORD base):base_addr_(base)
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
BaseMgr::~BaseMgr()
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
}
|