This commit is contained in:
parent
46791b36f4
commit
84eb6ded52
15 changed files with 243 additions and 108 deletions
|
@ -21,6 +21,8 @@ public:
|
|||
CMapEditDoc* GetDocument();
|
||||
void OnCreateGL();
|
||||
void OnDrawGL();
|
||||
void OnSizeGL(int cx, int cy);
|
||||
void SetupPersMatrix();
|
||||
|
||||
// Operations
|
||||
public:
|
||||
|
@ -57,6 +59,7 @@ protected:
|
|||
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
|
||||
afx_msg void OnToolbarLayerbar();
|
||||
afx_msg void OnToolbarTilepalette();
|
||||
afx_msg void OnStatusCursorXY(CCmdUI *pCmdUI);
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue