You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
343 B
C++

#include "StdAfx.h"
#include "MouseToolLaserCoord.h"
#include "LogMgr.h"
#include "GlobalFunction.h"
#include "Laser.h"
#include "GlobalDrawMgr.h"
CMouseToolLaserCoord::CMouseToolLaserCoord(void)
{
}
CMouseToolLaserCoord::~CMouseToolLaserCoord(void)
{
}
void CMouseToolLaserCoord::OnLButtonDown(UINT nFlags, CPoint point,CClientDC &dc)
{
}