]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - src/editorwidget.h
Added/fixed editor, added play level functionality.
[warehouse-man-deluxe] / src / editorwidget.h
index eb89e0dd8519e50b6f8ed99bb077c559f7a95662..87ab02fda3d1aa97299c951ebbadb05fe4e4b836 100644 (file)
@@ -54,9 +54,10 @@ class EditorWidget: public QWidget
                bool Save(void);
                void SetNameOnCurrentLevel(const char *);
                void AddNewLevelAtCurrentPosition(void);
+               static void GetSizeAndCorner(Level *, Point &, Point &);
        private:
+               void CountBoxesAndSpots(int &, int &);
                void ShiftLevel(int, int);
-               void GetSizeAndCorner(Level *, Point &, Point &);
                void ResizeGrid(void);
                void Pause(int);