This commit is contained in:
Daveo 2000-11-27 23:07:07 +00:00
parent e2bc92802a
commit d2dd4ffd27
20 changed files with 330 additions and 152 deletions

View file

@ -43,6 +43,7 @@ public:
void TileBankSet();
void SetMode(int NewMode);
void SetLayer(int Layer);
// Operations
public:
@ -71,6 +72,8 @@ protected:
protected:
//{{AFX_MSG(CMapEditDoc)
afx_msg void OnStatusCursorXY(CCmdUI *pCmdUI);
afx_msg void OnExportAgb();
afx_msg void OnExportPsx();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()