#pragma once #include "common.h" class AFX_EXT_CLASS T2ArrowWnd : public CFrameWnd { DECLARE_DYNCREATE(T2ArrowWnd) DECLARE_MESSAGE_MAP() public: T2ArrowWnd(); virtual ~T2ArrowWnd(); void Show(int inX, int inY, T2TowerDoc* inDoc); afx_msg BOOL OnEraseBkgnd(CDC* pDC); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnDestroy(); protected: CString mWndClass; CRgn mRgn; unsigned short mCounter; };