This commit is contained in:
parent
1b5d03f9db
commit
cd1c32cfd1
24 changed files with 466 additions and 595 deletions
|
@ -19,16 +19,13 @@
|
|||
// See MapEdit.cpp for the implementation of this class
|
||||
//
|
||||
class CMapEditDoc;
|
||||
class CMapEditView;
|
||||
class CMapEditApp : public CWinApp
|
||||
{
|
||||
public:
|
||||
CMapEditApp();
|
||||
|
||||
void SetCurrent(CMapEditDoc *Cur)
|
||||
{
|
||||
CurrentDoc=Cur;
|
||||
}
|
||||
|
||||
void SetCurrent(CMapEditDoc *Cur);
|
||||
CMapEditDoc *GetCurrent()
|
||||
{
|
||||
return(CurrentDoc);
|
||||
|
@ -50,8 +47,7 @@ public:
|
|||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
private:
|
||||
|
||||
CMapEditDoc *CurrentDoc;
|
||||
CMapEditDoc *CurrentDoc;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue