This commit is contained in:
parent
9af1eb0ad5
commit
0a22ec4675
20 changed files with 348 additions and 122 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "LayerList.h"
|
||||
#include "LayerTileGUI.h"
|
||||
|
||||
const s32 FileVersion=2;
|
||||
const s32 FileVersion=3;
|
||||
|
||||
#define SCREEN_MAP_WIDTH 30
|
||||
#define SCREEN_MAP_HEIGHT 20
|
||||
|
@ -70,6 +70,8 @@ public:
|
|||
void TileBankGUIKill() {TileBank.GUIKill(this);}
|
||||
void TileBankGUIUpdate() {TileBank.GUIUpdate(this);}
|
||||
|
||||
void SetColFlag(int Flag);
|
||||
|
||||
// GUI
|
||||
void UpdateParamBar();
|
||||
void GUIAdd(CDialog &Dlg,int ID,bool Visible=true,bool Lock=false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue