X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Feditorwidget.h;fp=src%2Feditorwidget.h;h=87ab02fda3d1aa97299c951ebbadb05fe4e4b836;hb=003638a66da61e2269e4ef398aa294c6ee02b171;hp=eb89e0dd8519e50b6f8ed99bb077c559f7a95662;hpb=195a185d42504cbface8c29911467ce8cff27229;p=warehouse-man-deluxe diff --git a/src/editorwidget.h b/src/editorwidget.h index eb89e0d..87ab02f 100644 --- a/src/editorwidget.h +++ b/src/editorwidget.h @@ -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);