This commit is contained in:
Daveo 2000-10-31 22:37:59 +00:00
parent 5ea7baa201
commit fcf5f61083
12 changed files with 212 additions and 151 deletions

View file

@ -21,8 +21,6 @@ public:
CMapEditDoc* GetDocument();
void OnCreateGL();
void OnDrawGL();
void OnSizeGL(int cx, int cy);
void UpdateCamera();
// Operations
public:
@ -45,9 +43,8 @@ public:
int GetLayerCount();
protected:
void VideoMode(ColorsNumber &c,ZAccuracy &z,BOOL &dbuf);
void VideoMode(ColorsNumber &c,ZAccuracy &z,BOOL &dbuf);
CCore Core;
CDialogBar *LayerBar;
// Generated message map functions
protected:
@ -61,6 +58,8 @@ protected:
afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnToolbarLayerbar();
afx_msg void OnToolbarTilepalette();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};