This commit is contained in:
parent
81c8d618c9
commit
c94e338dd7
10 changed files with 139 additions and 179 deletions
|
@ -7,8 +7,7 @@
|
|||
|
||||
#include "MultiBar.h"
|
||||
#include "LayerList.h"
|
||||
#include "TileSetDlg.h"
|
||||
#include "GfxToolBar.h"
|
||||
#include "LayerTileGUI.h"
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
|
@ -39,8 +38,8 @@ public:
|
|||
// Param Bar
|
||||
CMultiBar *GetParamBar() {return(&ParamBar);}
|
||||
CDialog &GetLayerList() {return(LayerList);}
|
||||
CDialog &GetTileSetDlg() {return(TileSetDlg);}
|
||||
CDialog &GetGfxToolBar() {return(GfxToolBar);}
|
||||
CDialog &GetLayerTileGUI() {return(LayerTileGUI);}
|
||||
|
||||
// Operations
|
||||
public:
|
||||
|
||||
|
@ -65,8 +64,8 @@ protected: // control bar embedded members
|
|||
CMultiBar ParamBar;
|
||||
// Sub Dialogs
|
||||
CLayerList LayerList;
|
||||
CTileSetDlg TileSetDlg;
|
||||
CGfxToolBar GfxToolBar;
|
||||
CLayerTileGUI LayerTileGUI;
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
//{{AFX_MSG(CMainFrame)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue