11 lines
138 B
C++
11 lines
138 B
C++
|
|
#include "StdAfx.h"
|
||
|
|
#include "cwxCTActionMove.h"
|
||
|
|
|
||
|
|
cwxCTActionMove::cwxCTActionMove(void)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
cwxCTActionMove::~cwxCTActionMove(void)
|
||
|
|
{
|
||
|
|
}
|