]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - src/editorwidget.h
Finish adding functionality to editor.
[warehouse-man-deluxe] / src / editorwidget.h
index 0b29acb0ae7f78f1769a25f74fd4ab6d03fce028..eb89e0dd8519e50b6f8ed99bb077c559f7a95662 100644 (file)
@@ -53,7 +53,9 @@ class EditorWidget: public QWidget
                bool Load(void);
                bool Save(void);
                void SetNameOnCurrentLevel(const char *);
+               void AddNewLevelAtCurrentPosition(void);
        private:
+               void ShiftLevel(int, int);
                void GetSizeAndCorner(Level *, Point &, Point &);
                void ResizeGrid(void);
                void Pause(int);