root / trunk / win / Pieceprv.h

Revision 673, 1.2 kB (checked in by leo, 19 months ago)

Updated support for new object classes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#if !defined(AFX_PIECEPRV_H__FBCDC803_4059_11D2_8202_C2FDEFF7E618__INCLUDED_)
2#define AFX_PIECEPRV_H__FBCDC803_4059_11D2_8202_C2FDEFF7E618__INCLUDED_
3
4#if _MSC_VER >= 1000
5#pragma once
6#endif // _MSC_VER >= 1000
7// PiecePrv.h : header file
8//
9
10class PieceInfo;
11class PiecePreview;
12
13/////////////////////////////////////////////////////////////////////////////
14// CPiecePreview window
15
16class CPiecePreview : public CWnd
17{
18// Construction
19public:
20    CPiecePreview();
21
22// Operations
23public:
24
25// Overrides
26    // ClassWizard generated virtual function overrides
27    //{{AFX_VIRTUAL(CPiecePreview)
28    //}}AFX_VIRTUAL
29
30// Implementation
31public:
32    virtual ~CPiecePreview();
33
34    // Generated message map functions
35protected:
36    PiecePreview* m_Preview;
37
38    //{{AFX_MSG(CPiecePreview)
39    afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
40    afx_msg void OnDestroy();
41    //}}AFX_MSG
42    DECLARE_MESSAGE_MAP()
43    virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
44};
45
46/////////////////////////////////////////////////////////////////////////////
47
48//{{AFX_INSERT_LOCATION}}
49// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
50
51#endif // !defined(AFX_PIECEPRV_H__FBCDC803_4059_11D2_8202_C2FDEFF7E618__INCLUDED_)
Note: See TracBrowser for help on using the browser.