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()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|