|
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 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | class PieceInfo; |
|---|
| 11 | class PiecePreview; |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | class CPiecePreview : public CWnd |
|---|
| 17 | { |
|---|
| 18 | |
|---|
| 19 | public: |
|---|
| 20 | CPiecePreview(); |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | public: |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | public: |
|---|
| 32 | virtual ~CPiecePreview(); |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | protected: |
|---|
| 36 | PiecePreview* m_Preview; |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); |
|---|
| 40 | afx_msg void OnDestroy(); |
|---|
| 41 | |
|---|
| 42 | DECLARE_MESSAGE_MAP() |
|---|
| 43 | virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam); |
|---|
| 44 | }; |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | #endif // !defined(AFX_PIECEPRV_H__FBCDC803_4059_11D2_8202_C2FDEFF7E618__INCLUDED_) |
|---|