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