2 * Copyright (C) Volition, Inc. 1999. All rights reserved.
4 * All source code herein is the property of Volition, Inc. You may not sell
5 * or otherwise commercially exploit the source or things you created based on
9 // HelpEdLine.h: interface for the HelpEdLine class.
11 //////////////////////////////////////////////////////////////////////
13 #if !defined(AFX_HELPEDLINE_H__159085D7_C1B5_11D2_9904_00A0CC39C0BE__INCLUDED_)
14 #define AFX_HELPEDLINE_H__159085D7_C1B5_11D2_9904_00A0CC39C0BE__INCLUDED_
18 #endif // _MSC_VER > 1000
20 class HelpEdLine : public CObject
24 HelpEdLine(CPoint point_from, CPoint point_to);
26 virtual ~HelpEdLine();
33 #endif // !defined(AFX_HELPEDLINE_H__159085D7_C1B5_11D2_9904_00A0CC39C0BE__INCLUDED_)