This commit is contained in:
parent
e2bc92802a
commit
d2dd4ffd27
20 changed files with 330 additions and 152 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue